This is a discussion on Re: [courier-users] Filter API within the Courier-Imap forums, part of the Mail Servers and Related category; Sam Varshavchik wrote: > Aleksandar Lazic writes: >> >> The concept is described here: >> >> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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?p...rge&CID=DEVDEV _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |