After a recent cPanel update, I am getting the error on some emails:
rewrite: malformed address: <[email protected]> may not follow [email protected]
This looks exactly like verify = header_syntax The Exim FAQ Section 0
However, I do not have verify = header_syntax anywhere in the config that I can find.
I realize that [email protected] <[email protected]> is not an RFC compliant header, and that it should technically be "[email protected]" <[email protected]> (with quotes around the name if the name contains the @ symbol). However, that does not stop some scanners and devices from doing that outside of our control, so I need it to ignore that just like it always has before.
This has never been a problem before the most recent cPanel update.
I read on another topic here, something similiar happens if " EXPERIMENTAL: Rewrite From " is enabled, but I already have that set to the default setting of disabled.
Is there another exim config file somewhere that has verify = header_syntax enabled? Or can anyone tell me why Exim is suddenly failing when using that technically incorrect format and how I can fix it without modifying devices out there that are outside of my control, like printers and scanners?
I'm on v110.0.1
rewrite: malformed address: <[email protected]> may not follow [email protected]
This looks exactly like verify = header_syntax The Exim FAQ Section 0
However, I do not have verify = header_syntax anywhere in the config that I can find.
I realize that [email protected] <[email protected]> is not an RFC compliant header, and that it should technically be "[email protected]" <[email protected]> (with quotes around the name if the name contains the @ symbol). However, that does not stop some scanners and devices from doing that outside of our control, so I need it to ignore that just like it always has before.
This has never been a problem before the most recent cPanel update.
I read on another topic here, something similiar happens if " EXPERIMENTAL: Rewrite From " is enabled, but I already have that set to the default setting of disabled.
Is there another exim config file somewhere that has verify = header_syntax enabled? Or can anyone tell me why Exim is suddenly failing when using that technically incorrect format and how I can fix it without modifying devices out there that are outside of my control, like printers and scanners?
I'm on v110.0.1
Last edited: