Closed Bug 250659 Opened 20 years ago Closed 19 years ago

Sending to some mailing lists fails to resolve the list to email addresses resulting in SMTP problem

Categories

(MailNews Core :: Networking: SMTP, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED EXPIRED

People

(Reporter: david, Assigned: sspitzer)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040708
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040708

I'm away from my home country and I have a number of mailing lists set up,
including:
  NewsContactsRelatives
  NewsContactsLocal

When I send mail to NewsContactsRelatives, it works fine, and the email sends.

When I send mail to NewsContactsLocal, I get the following error from Mozilla
1.8 latest build and 1.7 too, but the SMTP traffic initiated by mozilla seems
wrong, see even further below:

An error occurred while sending mail.  The mail server responded:
<NewsContactsLocal>: recipient address must contain a domain.  Please verify
that your email address is correct in your Mail preferences and try again.

However, the addresses in the address book are correct. 

If I snoop the network traffic using Ethereal, I can see this:

220 xxxx.xxxxx.xx ESMTP Exim 4.22 Fri, 09 Jul 2004 21:34:05 +0000
EHLO [xxx.xxx.xxx.xxx]
250-xxxx.xxxxx.xx Hello xxxxxxxx.xxxxx.xx [xxx.xxx.xxx.xxx]
250-SIZE 52428800
250-PIPELINING
250 HELP
MAIL FROM:<xxxxx@xxxxxxxxx.xxx.xx> SIZE=646
250 OK
RCPT TO:<NewsContactsLocal>
501 <NewsContactsLocal>: recipient address must contain a domain

If I create a new mailing list called NewsContactsVocal with exactly the same
email addresses in it as in NewsContactsLocal, then that new mailing list works
fine and the message sends without an error, but the NewsContactsLocal list
continues to consistently fail.

Why is it sending the name of the mailing list to the smtp server????  It
doesn't seem to be giving the email addresses to the server!!!

Reproducible: Always
Steps to Reproduce:
This happens every time for me with this particular mailing list.

This isn't likely to be repeatable for others I suspect.

1. You must have some mailing lists.
2. Compose email to mailing list.  Mine shows as:
      NewsContactsLocal <NewsContactsLocal>
3. Give some subject line and content to the message
4. Press send.

Actual Results:  
I get an error saying:

An error occurred while sending mail.  The mail server responded:
<NewsContactsLocal>: recipient address must contain a domain.  Please verify
that your email address is correct in your Mail preferences and try again.



Expected Results:  
Sending the email

If I dump out the address book as LDIF, I can't see anything wrong with the
mailing list definition there.

If I diff the LDIF version of NewsContactsLocal (which fails) and the duplicate
NewsContactsVocal (which works), I get this, which indicates that the only thing
different is the name:

1c1
< dn: cn=NewsContactsLocal
---
> dn: cn=NewsContactsVocal
4c4
< cn: NewsContactsLocal
---
> cn: NewsContactsVocal
OK I've found the cause of this problem.

Previously sending an email to a wrongly auto-completed address (email address
completion is still broken as in
http://bugzilla.mozilla.org/show_bug.cgi?id=173783 ) caused mozilla to learn a
bad address, and it was in the collected addresses as "NewsContactsLocal", which
was being used instead of the mailing list.
Product: MailNews → Core
xref bug 126630 -- possible dupe, or subset?
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.