[pmwiki-users] notify problem

Patrick R. Michaud pmichaud at pobox.com
Thu Oct 5 13:41:05 CDT 2006


On Sat, Sep 23, 2006 at 03:46:44AM +0200, Tom Lederer wrote:
> Hmm... now it works... all of the sudden.
> 
> What i did is change in notify.php
>       mail($m, $subject, $mbody, $NotifyHeaders, $NotifyParameters);
> to
>       mail($m, $subject, $mbody, $NotifyHeaders);
> 
> Now i do not understand:
> 
> 1. how that should affect the function
> 2. why it works on my other installations, and everyone else's
> 
> Anyone got an idea?

All I can think of is that it's due to an older version of PHP,
or the specific way that mail()/sendmail/whatever has been 
configured on your system.

At any rate, I'm modifying notify.php to omit the last
parameter when $NotifyParameters is empty -- this should
fix it in the future.

Thanks for helping with this!

Pm




More information about the pmwiki-users mailing list