Re: Replace semicolon in recipient list

2019-10-23 Thread Wietse Venema
luc...@dds.nl: > > So, you could rewrite the "To:" list into "," separated. > > That sounds like what I am looking for, thanks! > How do I do that? I did not get it to work with a REPLACE in the > header_checks... header_checks are based on first-match-wins, so you would need different regexps f

Re: Replace semicolon in recipient list

2019-10-23 Thread Wietse Venema
luc...@dds.nl: > Hello Group, > > I have configured Postfix as a relay to forward all messages to the AWS > SES mail service. > > One sending application is sending mail with a From: header containing a > semicolon-separated list of addresses. This is not according to the > standard (https://tool

Re: Replace semicolon in recipient list

2019-10-23 Thread Wesley Peng
on 2019/10/23 16:48, luc...@dds.nl wrote: So, you could rewrite the "To:" list into "," separated. That sounds like what I am looking for, thanks! How do I do that? I did not get it to work with a REPLACE in the header_checks... I saw postfix has a address rewrite guide you may want to ch

Re: Replace semicolon in recipient list

2019-10-23 Thread lucas2
So, you could rewrite the "To:" list into "," separated. That sounds like what I am looking for, thanks! How do I do that? I did not get it to work with a REPLACE in the header_checks...

Re: Replace semicolon in recipient list

2019-10-23 Thread Wesley Peng
on 2019/10/23 16:40, luc...@dds.nl wrote: I was just curious, why the From addr is a list of addresses? Isn't from just a single address? My bad - I meant to say the "To:" header! So, you could rewrite the "To:" list into "," separated. regards.

Re: Replace semicolon in recipient list

2019-10-23 Thread lucas2
I was just curious, why the From addr is a list of addresses? Isn't from just a single address? My bad - I meant to say the "To:" header! Thanks

Re: Replace semicolon in recipient list

2019-10-23 Thread Wesley Peng
Hi on 2019/10/23 16:27, luc...@dds.nl wrote: One sending application is sending mail with a From: header containing a semicolon-separated list of addresses. This is not according to the standard (https://tools.ietf.org/html/rfc2822#section-3.6.3) and is rejected by SES: I was just curious, w