Re: [exim/exim] system filter, multiple recipients, extra > prefix in actual recipient address (Issue #1312)
jgh via Exim-dev <[email protected]>
| Newsgroups | gmane.mail.exim.devel |
|---|---|
| Message-ID | <exim/exim/issues/1312/comment/[email protected]> |
There's two usages of that leading > * On the addr->address of replies generated by filters * On the addr->unique datum of the above, which is used for deduplication. We stack up extra > chars to keep them distinct, so avoiding the dedup. It's the first we're seeing in the debug trail. However, the eventual mail being sent out goes to (both 821 & 822) a separate string set up by the filter, and not that value. The recipient list is just ignored, apart from being routed and triggering (an autoreply) transport. I do not think there is a problem here, hence closing. --- View it on Exim Forgejo ( https://code.exim.org/exim/exim/issues/1312#issuecomment-240016 ) or reply to this email directly.