On Sat, Dec 15, 2007 at 01:42:08AM -0500, Sameer Kumar wrote: > Neil Herber wrote: > : To check if Notify works, set the following config file variables to > : small values, make some changes, and wait for the mail. > : > : $NotifySquelch = 3600; # require 60+ minutes between mails > : $NotifyDelay = 300; # send mail 5+ min after first post > > I have created the SiteAdmin.NotifyList page with > "[EMAIL PROTECTED]" with my email address.
What version of PmWiki are you running? If you're running 2.1.27, then the NotifyList needs to go in Site.NotifyList instead of SiteAdmin.NotifyList. > $Enablenotify = 1; You might need this to be $EnableNotify = 1; (with a capital 'N'). Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
