Unfortunately we don't support SRS at all yet.

But, this doesn't mean that mail.getSender().getHost() should return
null if we don't support SRS.

Please check this against 2.3.1 and file a JIRA issue if you still see
NULL as the return of the mail.getSender().getHost() for a
"[EMAIL PROTECTED]" sender email.

Stefano

Toadie ha scritto:
> One of our client sent us email where the sender appears as
> 
> [EMAIL PROTECTED]
> 
> instead of
> 
> [EMAIL PROTECTED]
> 
> 
> In our code, we are writing a number of Matcher which looks at the
> host of the incoming email and a null is returned by getSender()
> method.
> 
> String host = mail.getSender().getHost();    .
> 
> 
> We are running 2.1.x line and am wondering if 2.3.x supports SRS
> 
> (http://www.openspf.org/SRS)
> 
> Thanks in advance



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to