Sam Varshavchik wrote: > Aleksandar Lazic writes: >> >> The concept is described here: >> >> http://www.postfix.org/FILTER_README.html > > The "NOTE:" under "Principles of Operations" gives away the fact that > its approach generates backscatter.
Looking at the document, it appears to do the same thing as pythonfilter's "courier.xfilter" module. The module will allow you to modify a message, and reinject it into the queue. The primary different between courier.xfilter and Postfix's mechanism is that if you choose to modify a message, you more or less implicitly accept the message for delivery. The documentation indicates that you should return a success code, although a module could opt not to. I should modify that section of the documentation to better explain why you should return a 200 or 000 code... ------------------------------------------------------------------------- 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 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
