SZÉPE Viktor writes:
Hello!Could you help me where is the syntax error in this address? Jun 6 21:39:09 szerver4 courieresmtpd:error,relay=::ffff:195.228.245.161,from=<optimail-%9566%- %[email protected]>: 517 Syntaxerror. AFAIK this is a very high volume newsletter.
Unfortunately, this "high volume newsletter" violates RFC 2822 with its email address.
From section 3.4.1 of RFC 2822:
addr-spec = local-part "@" domain
local-part = dot-atom / quoted-string / obs-local-part
In this case, the "dot-atom" form of local-part applies.
Section 3.2.4 spcifies dot-atom as follows:
atext = ALPHA / DIGIT / ; Any character except controls,
"!" / "#" / ; SP, and specials.
"$" / "%" / ; Used for atoms
"&" / "'" /
"*" / "+" /
"-" / "/" /
"=" / "?" /
"^" / "_" /
"`" / "{" /
"|" / "}" /
"~"
atom = [CFWS] 1*atext [CFWS]
dot-atom = [CFWS] dot-atom-text [CFWS]
dot-atom-text = 1*atext *("." 1*atext)
In other words, the "%" character is a prohibited character in email
addresses.
pgpztbNgztfAg.pgp
Description: PGP signature
------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
