Tom Allison <[EMAIL PROTECTED]> writes: > I'm interested in something like tmda, but as a procmail passthrough > utility.
By "passthrough" I assume you mean a traditional UNIX filter, where some permutation of the input is written to standard output. TMDA is not a filter in this sense. > Has this been worked on with tmda? > Any plans to? It's definitely something I'd like to do, but it's fairly low priority right now. > The reason being that there are other features within procmail that I > cannot do without and therefore am unable to replace the local MDA > functionality of procmail with tmda-filter. You can call tmda-filter from within your .procmailrc and branch based on the return code. If the return code is non-zero, set the EXITCODE variable and quit (deliver to /dev/null or something similar). You can also allow TMDA to do the final delivery by placing it last in your .procmailrc, again setting EXITCODE and quitting, as shown in section three (3) at this URL: http://www.tmda.net/config-server.html#exim-postfix Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
