You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Noel J. Bergman (JIRA)" <se...@james.apache.org> on 2006/07/31 00:44:14 UTC

[jira] Updated: (JAMES-576) Mails with Duplicate Mail Address in To / CC

     [ http://issues.apache.org/jira/browse/JAMES-576?page=all ]

Noel J. Bergman updated JAMES-576:
----------------------------------

    Fix Version/s: 3.0
                       (was: 2.2.0)

We ought to be able to fix this in the next release after v2.3, i.e., v2.4 or v3.

My suggestion is that we add a SuppressDuplicateRCPT command handler attached to the RCPT chain.

> Mails with Duplicate Mail Address in To / CC
> --------------------------------------------
>
>                 Key: JAMES-576
>                 URL: http://issues.apache.org/jira/browse/JAMES-576
>             Project: James
>          Issue Type: Test
>          Components: SMTPServer
>    Affects Versions: 2.2.0
>         Environment: Windows XP Professional
> James 2.2.0
> JDK 1.4.2_08
>            Reporter: Govind Kumar
>            Priority: Minor
>             Fix For: 3.0
>
>
> In case a mail's TO and / or CC address contains duplicates of same mail ids like 
> To  : test1@testdomain,test1@testdomain
> CC : test1@testdomain
> , James sends multiple copies of the same mail to the same addresse. (In this case test1@testdomain receives 3 copies)
> Does this represent the correct behaviour as per the MIME specs (RFC 2045, RFC 2046, and RFC 2047) ? OR should the smtp server send only 1 mail to 'test1@testdomain'. On referring other mail servers(with their mail Clients), this is not the case ? If duplicate mails are not to be send, is this the responsibility of a mail client or the mail server ?
> Thanks & Kind Regards,
> Govind Kumar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jira] Updated: (JAMES-576) Mails with Duplicate Mail Address in To / CC

Posted by Stefano Bagnara <ap...@bago.org>.
Noel J. Bergman (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/JAMES-576?page=all ]
> 
> Noel J. Bergman updated JAMES-576:
> ----------------------------------
> 
>     Fix Version/s: 3.0
>                        (was: 2.2.0)
> 
> We ought to be able to fix this in the next release after v2.3, i.e., v2.4 or v3.
> 
> My suggestion is that we add a SuppressDuplicateRCPT command handler attached to the RCPT chain.

I like this idea.
We may also create a Mailet for this or have a system flag to handle 
duplicate/single recipients in Mail (MailImpl) object.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org