New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-1577
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Owen Fellows
Reporter: Tony Johnson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Infinite e-mail with invalid user e-mail address

Created: 15/Apr/03 08:52 PM   Updated: 30/Jul/06 07:36 PM
Component/s: None
Affects Version/s: 2.0.2
Fix Version/s: 2.1 Pro

Time Tracking:
Not Specified

Environment: Tomcat 4.1.24, Java 1.4.1_02.

Participants: Owen Fellows and Tony Johnson
Since last comment: 5 years, 14 weeks, 4 days ago
Resolution Date: 21/May/03 04:38 AM
Labels:


 Description  « Hide
If a user signs up with an invalid e-mail address, and submits a new issue, then the "assigned to" user recieves an infinite set of e-mail notifications.

This appears to be because the mail is first sent to the "assigned to", and then sent to the user who reported the bug. If the second send fails (when sending to the invalid user e-mail address), the mail is left in the mail queue, and then resent every minute.

Stack trace is:

javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 550 5.1.2 unknown host or domain: nate@$
at javax.mail.Transport.send0(Transport.java:219)
at javax.mail.Transport.send(Transport.java:81)
at alt.javax.mail.TransportImpl.send(TransportImpl.java:18)
at com.atlassian.mail.server.impl.SMTPMailServerImpl.send(SMTPMailServe$
at com.atlassian.mail.MailFactory.sendEncodedMail(MailFactory.java:92)
at com.atlassian.jira.mail.UserMailQueueItem.send(UserMailQueueItem.jav$
at com.atlassian.jira.mail.MailQueue.sendBuffer(MailQueue.java:60)
at com.atlassian.jira.service.services.mail.MailQueueService.run(MailQu$
at com.atlassian.jira.service.JiraServiceContainer.run(JiraServiceConta$
at com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:$
at org.quartz.core.JobRunShell.run(JobRunShell.java:160)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.$
rethrown as com.atlassian.mail.MailException: Sending failed;
nested exception is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 550 5.1.2 unknown host or domain: nate@$
at com.atlassian.mail.server.impl.SMTPMailServerImpl.send(SMTPMailServe$
at com.atlassian.mail.MailFactory.sendEncodedMail(MailFactory.java:92)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Owen Fellows added a comment - 21/May/03 04:38 AM
The mailing queue now sends email to single users and highlights emails that have been in error.
There is also a queue of persistent erroring emails which can be resent or deleted.