Open
Bug 129416
Opened 23 years ago
Updated 3 years ago
MDN: report generation should be able to handle host name aliases
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
NEW
Future
People
(Reporter: jt95070, Unassigned)
References
(Blocks 1 open bug)
Details
For example, ip address of the mail server and the mail server hostname should
be handled correctly. user@192.168.1.111 should be treated as within the same
domain user@myhostname.domain.com if myhostname.domail.com ip address is
192.168.1.111. Other cases of hostname aliases should be handled too.
Comment 1•23 years ago
|
||
Can you give an example of how this would show up?
hmm I tried sending a mesg with to prompt of:
gchan@123.456.789 (example)
and I came back with error mesg from the server
"invalid address syntax"
The ip number I used was ip # from nslookup of that particular computer
hosting that mail server.
Also tried send an email from a test mail server to nsmail-1 (aka
judge) and it worked and I got the return recepit back:
This is a Return Receipt for the mail that you sent to gchan@judge.mcom.com.
Note: This Return Receipt only acknowledges that the message was displayed on
the recipient's computer. There is no guarantee that the recipient has read or
understood the message contents.
Reporting-UA: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.9+)
Gecko/20020325
Final-Recipient: rfc822; gchan@judge.mcom.com
Original-Message-ID: <3CA3AD83.9000004@linzilla.mcom.com>
Disposition: manual-action/MDN-sent-manually; displayed
Final part was the header of the original mesg (which I didn't include)
I guess this would be more easier to set it up on a linux machine. Try to create
an account on a linux machine and then create a few alias for the machine. Then
send mail messages with request for return receipt to user@alias1, user@alias2,
and user@machine. Some MTA may masquerade user's address too.
Comment 5•23 years ago
|
||
How many people are likely to run into this?
Very rarely. May be academic users are more prone for this kind of problems.
Updated•23 years ago
|
Summary: MDN report generation should be able to handle host name aliases → MDN: report generation should be able to handle host name aliases
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Assignee: jt95070 → nobody
Status: ASSIGNED → NEW
QA Contact: grylchan → backend
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•