[pmwiki-users] mailposts mail without posting content in 2.0.0 (2-beta55) worked fine

Daniel Scheibler scheibi at gmail.com
Fri Sep 2 12:58:36 CDT 2005


Hello,

the mailposts doesn't working anymore.

In my farmconfig.php I use the following:
$EnableMailPosts = 1;                             # to enable mailposts
$MailPostsTo = "me at example.com";              # where to send mail 
$MailPostsFrom = "webmaster at example.com";          # sender of the mail 
$MailPostsDelay = 1800;                           # wait 30+ min after
initial post
$MailPostsSquelch = 7200;                         # require 2+ hours
between mails
$MailPostsItemFmt = " * \$FullName . . . \$PostTime by \$Author\n\n";
$MailPostsSubject = "Wiki at http://" . $_SERVER['HTTP_HOST'] . " changed";
$MailPostsMessage = "Wiki at " . $ScriptUrl . "
changed:\n\n\$MailPostsList\n  your friendly Wiki ;o) \n";

I receive the following:
[mail begin]
Wiki at http://www.scheiby.de/index.php changed:
 
 
 
 
 
 
 
   your friendly Wiki ;o)
[mail end]

Does anything changed in mailposts.php?

Greets,

scheiby




More information about the pmwiki-users mailing list