Müfit Eribol wrote: > I have amavisd-new-2.6.4, postfix-2.3.3 running on a CentOS 5.4 box. > > Everything was fine before. The admin used to receive all the spam > notifications by email. But, this notification stopped somehow. > Although, there is no problem with the notification for BANNED and VIRUS > contents. Also, the spams are quarantined just fine. > > I have just noticed that SPAM notifications had stopped on the day of > upgrading amavisd-new to version 2.6.4. Perhaps, there is a change in > the config of the new version.
Which version were you upgrading from? A probably reason is that $notify_spam_admin_templ is empty by default, thus disabling spam admin notifications. Did you have it assigned some text previously, or how was it working before? Try: $notify_spam_admin_templ = $notify_virus_admin_templ; and if you do not like the notification text, assign some other text to $notify_spam_admin_templ . Mark ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
