Nate, > Curious if anybody has accomplished the following and/or can give me > any tips on how to accomplish. > > I would like to instead of amavis delivering quarantine to a SQL > database (how we have it now), instead have it perhaps add a header: > X-Quarantine: TRUE or something to that effect. Second choice would > be to append the subject with [QUAR]. > > Our setup forwards to the mail servers once scanned, so then have the > mail server (postfix) read the header or subject and automatically > create if necessary, and then deposit into a Quarantine folder. > > Knowing amavis and postfix fairly well, I believe this is do'able. > Before I go through the trouble of figuring it out, I'm wondering if > somebody else already has?
If you give up the flexibility offered by independent controls on quarantining, from passing/blocking/tagging of messages, and tie quarantining action with message being blocked, you can accomplish this with tag2 or tag3 modifications to a message (Subject edits, 'plus' addressing, X-Spam* headers). Otherwise what you ask for is not possible without a hack in code. But think of / explain a situation where a choice of quarantining would not match a choice to tag/block a message. Mark ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
