[pmwiki-users] rewrite rules and notification

Tegan Dowling tmdowling at gmail.com
Wed Jun 21 16:05:53 CDT 2006


On 6/21/06, Thomas N. Burg <mail at randgaenge.net> wrote:
> Somehow notification doesn't work. Here are my settings. Any ideas
> what I left out or forgot?
>
>
> $EnableNotify=1;
> $notify='editor at randgaenge.net';
> $NotifySquelch=3600;
> $NotifyDelay=300;
> $NotifyFrom = 'BlogTalk <wiki at donotreply.blogtalk>';
> $NotifyItemFmt =" * \$FullName . . . \$PostTime by \$Author\n\$PageUrl";
> $NotifyTimeFmt = 'm-H:%M';  # 2004-03-20 17:44
> $NotifySubjectFmt='BlogTalk Website Changes';
>

Hi:  Try replacing
$notify='editor at randgaenge.net';
 with
$NotifyList[] = 'notify=editor at randgaenge.net';

? (just guessing because I don't really know how this stuff works, but
the $NotifyList[] thing works for me, and it's the most obvious
difference between your config and mine.

HTH, Tegan




More information about the pmwiki-users mailing list