On Sat, 4 Jun 2005, Craig Jackson wrote: > I see that it would be very useful to send a return-path header through > Exiscan to Spamassassin. Currently, that header is not passed.
I see you already have a solution, but here's another one. You can add the return path to the Received: header by changing the received_header_text setting. SpamAssassin will recognize this if you use the right format, for example, just add (return-path <$sender_address>) to the end of the default received_header_text setting. This is particularly helpful to debugging in conjunction with mailing list servers which alter messages' return paths as they pass through. 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/
