You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Rod Coffin (JIRA)" <ji...@codehaus.org> on 2005/10/17 22:40:11 UTC

[jira] Commented: (CONTINUUM-327) Two Email Notifiers with two differents address send two emails with all address.

    [ http://jira.codehaus.org/browse/CONTINUUM-327?page=comments#action_48748 ] 

Rod Coffin commented on CONTINUUM-327:
--------------------------------------

I am experiencing this as well.  When I have the following in my pom I get five emails each address to all five recipients.  I am going to set up a single mailing list and refer to this one address in the pom (which is a better approach anyway) but this still seems like an issue that should be fixed anyway.

    <ciManagement>
        <system>continuum</system>
        <notifiers>
            <notifier>
                <type>mail</type>
                <configuration>                    
                    <address>jdoe1@nowhere.com</address>
                </configuration>
            </notifier>
            <notifier>
                <type>mail</type>
                <configuration>                    
                    <address>jdoe2@nowhere.com</address>
                </configuration>
            </notifier>
            <notifier>
                <type>mail</type>
                <configuration>                    
                    <address>jdoe3@nowhere.com</address>
                </configuration>
            </notifier>
            <notifier>
                <type>mail</type>
                <configuration>                    
                    <address>jdoe4@nowhere.com</address>
                </configuration>
            </notifier>
            <notifier>
                <type>mail</type>
                <configuration>                    
                     <address>jdoe5@nowhere.com</address>
                </configuration>
            </notifier>
        </notifiers>
    </ciManagement>

> Two Email Notifiers with two differents address send two emails with all address.
> ---------------------------------------------------------------------------------
>
>          Key: CONTINUUM-327
>          URL: http://jira.codehaus.org/browse/CONTINUUM-327
>      Project: Continuum
>         Type: Bug
>     Versions: 1.0-beta-1
>     Reporter: Olivier Lamy
>     Priority: Minor

>
>
> I record two email notifiers on the same project with differents recipients.
> The email is sending twice time with the differents recipients.

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