> One approach would be to collect X-Quarantine-ID:...
from quarantine
> files, and again use amavisd-release to do the dirty
work of parsing
> envelope sender and recipients from quarantined files
and feeding
> messages to MTA.
Actually, the id (to be fed to amavisd-release) is also
part of the quarantine file name:
find /var/virusmails/spam/ -name '*.gz' |
awk '{sub("/var/virusmails/","",$1);
print $1}'
Mark
------------------------------------------------------------
-------------
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.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|