On 18 May 2012 14:59, Mark Martinec <[email protected]> wrote: > Simon, > >> I like to get notified of viruses just in case one of my users gets >> infected. However, I frequently get notifications like: [...] > >> > $banned_admin = undef; >> I added this, and restarted amavis, but still today I got: > > The problem is likely to be in the old compatibility measure, > where a default value for @banned_admin_maps includes a $virus_admin: > > @banned_admin_maps = (\$banned_admin, \%virus_admin, \$virus_admin); > > Try: > @banned_admin_maps = ();
A search for this parameter returns no results. mail:~# grep -inr banned_admin_maps /etc/amavis/conf.d/* I'm using installed via apt-get mail:~# dpkg -l | grep amavis ii amavisd-new 1:2.6.4-3 Interface between MTA and virus scanner/content filters Simon
