[ https://issues.apache.org/jira/browse/JAMES-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412505#comment-17412505 ]
Benoit Tellier commented on JAMES-3649: --------------------------------------- Syntax for atom listed here https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.3 {code:java} atext = ALPHA / DIGIT / ; Printable US-ASCII "!" / "#" / ; characters not including "$" / "%" / ; specials. Used for atoms. "&" / "'" / "*" / "+" / "-" / "/" / "=" / "?" / "^" / "_" / "`" / "{" / "|" / "}" / "~" atom = [CFWS] 1*atext [CFWS] {code} > ESMTP ID in Received header might be negative > --------------------------------------------- > > Key: JAMES-3649 > URL: https://issues.apache.org/jira/browse/JAMES-3649 > Project: James Server > Issue Type: Bug > Components: SMTPServer > Reporter: Benoit Tellier > Priority: Major > > {code:java} > retr 3 > +OK Message follows > Return-Path: <al...@other.com> > Delivered-To: bob@localhost > Received: from 172.17.0.1 (EHLO other.com) ([172.17.0.1]) > by 880f224968ec (JAMES SMTP Server ) with ESMTP ID -421788031 > for <bob@localhost>; > Thu, 09 Sep 2021 09:42:10 +0000 (UTC) > . > {code} > TODO check if this is a problem... > As said in JAMES-3648 I have still to find a clear specification of ESMTP ID > to clearly understand if this is a problem or not... -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org