|
From: Mark M. <Mar...@ij...> - 2010-03-16 18:36:33
|
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 |