On Mon, 8 May 2006, Jack Bailey wrote: > > This morning my filter program (the exim child process) which uses > libspf2 to look up SPF records threw an error. The error is actually > generated by libspf2, written to stderr, and appears in the exim main > log, e.g.:
As far as I can tell, this must be something that your local_scan function is doing, because it isn't something Exim normally does. (The return_fail mechanism used for the pipe transport isn't provided to local_scan functions.) Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
