Mark wrote:

> Gary V writes:
>> Probably a good idea to have 1 more than $max_servers in
>> the current maxproc of the smtp-amavis transport in master.cf:
>> smtp-amavis unix - - n - 2 smtp
>> becomes:
>> smtp-amavis unix - - n - 3 smtp

> Good idea, during heavy use or amavisd-release.

>> ... | grep 'example.com' | grep 'spam-' | cut -c 24-43 >>list
>> ... | grep 'example.com' | grep 'banned-' | cut -c 26-45 >>list

> perl -ne 'print "$1\n" if /Blocked SPAM.*, quarantine: (.*?),/' \
>   /var/log/amavisd.log

> Mark

As the quarantine can contain both blocked and passed spam
I see the need to only include Blocked spam. To only include logs
where a particular domain is included in the list of recipients would
require a touch more work. I guess some spam may be delivered to
other hosted domains if they also happen to be recipients of mail
addressed to the domain in question, but that is not worth worrying
about. Viruses would be another matter.

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