On Mon May 16 2016 04:24:15 cac2s <[email protected]> said: > > In the rfc2822 (3.4.1. Addr-spec specification) there is nothing about > limiting the number of dot-symbols in the middle of the local-part...
You can not use consecutive periods in the local portion. It also cannot start nor end with a period. "If the string can be represented as a dot-atom (that is, it contains no characters other than atext characters or "." surrounded by atext characters), then the dot-atom form SHOULD be used and the quoted-string form SHOULD NOT be used.” Please note the `` “.” surrounded by text characters portion``. In order to include multiple periods in a row you’d have to use a quoted user name, but this is an idea doomed to failure. "postmaster.....test"@example.net -- ++?????++ Out of Cheese Error. Redo From Start.
