Gary wrote:

> Possibly look for that particular domain in the files themselves?:

> zgrep '^X-Envelope-To: ' /var/amavis/quarantine/* | grep 'example.com' | cut 
> -c 24-43 >list

you would probably need four statements, with different 'cut' lengths
and additional grep commands, something like:

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

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