[
http://jira.codehaus.org/browse/CONTINUUM-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter updated CONTINUUM-2121:
------------------------------------
Fix Version/s: 1.x
also not allowed in web interface validation
> Notifier of type Mail does not support addresses with ip: xxxx [at]
> 192.168.0.1
> -------------------------------------------------------------------------------
>
> Key: CONTINUUM-2121
> URL: http://jira.codehaus.org/browse/CONTINUUM-2121
> Project: Continuum
> Issue Type: Bug
> Components: Notifier - Mail
> Affects Versions: 1.3.1
> Reporter: rrrrutdk
> Fix For: 1.x
>
>
> A piece of my pom.xml:
> <ciManagement>
> <system>Continuum</system>
> <url>http://192.168.0.1:8080/continuum</url>
> <notifiers>
> <notify>
> <type>mail</type>
> <send....>true</send...><!-- send on
> error/failure/warning/success -->
> <configuration>
> <address>me [at] 192.168.0.1</address>
> </configuration>
> </notify>
> </notifiers>
> </ciManangement>
> Continuum showed me the correct notifiers section, but I got nothing new in
> my inbox after any build of the project.
> So I went to the log file, and found that, Continuum treated "me [at]
> 192.168.0.1" as an invalid mail address and stopped the notifier.
> Actually, James Server was running on the machine with ip 192.168.0.1.
> I tried to add an entry "mail.com 192.168.0.1" in the hosts file and changed
> the address "me [at] 192.168.0.1" to "me [at] mail.com" in my pom.xml,
> and finally the notifier worked!
> I was thinking, the regular expression Continuum used for validating a mail
> address might be ingoring all mail addresses like xxxx [at] 888.888.888.888.
--
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