Josh wrote:

> Hello,

> Is it possible to enable recipient virus notifications for a single 
> domain? I think the answer lies with warnvirusrecip_maps, but I'm not 
> sure how to implement it...maybe something like this?

> warnvirusrecip_maps = (
>    {
>      'domain.com',
>      ...
>    }
> )

That probably would work (don't forget the 'end of statement' semi-colon).
I believe this may work the same way (but I have not tried either):

warnvirusrecip_maps = ({
        '.example.com' => 1,
        '.' => undef,
        });

> I moved some people from MailScanner to amavisd-new and they would like 
> their notifications back, but I dunno how to do it just for those domains.

> Thanks,
> Josh

Gary V


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to