SA Bugzilla – Bug 3830
[review] another pattern for return paths in Received: headers
Last modified: 2004-10-03 15:19:11 UTC
Some systems put the return path (envelope from, envelope sender) in the Received: header marked with the label return-path
Created attachment 2373 [details] patch to improve the regex
Could you please attach a sample mail if possible?
Created attachment 2374 [details] example message
easy, and useful. thanks Tony! aiming at 3.0.1
+1 on the idea, just why is there the /:?/ part in the RE?
Tony, good question. are there cases where it appears as "return-path:<foo>"?
The :? is speculative, in case someone decides to make the return-path item look like the header it is based on. I haven't seen this in the wild.
+1 anyway
+1
ok, applied!