Michael Barrett: > I recently was able to convince my company to move their mail off > of Strongmail and onto postfix. Everything is working great, but > today a bug was found that didn't exist while we were using > Strongmail. My guess is that we're doing something wrong and that > Strongmail was just more lenient about it, so I'm hoping someone > out there can tell me how to fix the issue and still be able to > use postfix. > > Basically we send order confirmations with the From address being > set based on the order vendor's name. One of the vendors we have > has a ':' in their name, so when the From: header should look like: > > Some Vendor: Extra Text <ord...@example.com>
From: headers begin with "From:", so I suppose that you meant that the header looks like this: From: Some Vendor: Extra Text <ord...@example.com> The problem is that this is invalid RFC822 syntax. A workaround is to disable Postfix address rewriting, but I expect that doing so will break a ton of other things. http://www.postfix.org/postconf.5.html#local_header_rewrite_clients It's better not to feed garbage into Postfix. Wietse > It instead looks like: > > s...@hostname.example.com, ven...@hostname.example.com:Extra Text > <ord...@example.com> > > Thanks for any help you can give! > > -- > Michael Barrett > lok...@gmail.com > > > > >