Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mail-Audit CPAN distribution.

Report information
The Basics
Id: 3882
Status: rejected
Priority: 0/
Queue: Mail-Audit

People
Owner: Nobody in particular
Requestors: dbender [...] umn.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Hyphenated domain name fails in resend()
When I use the resend() method to send to an email address in a domain that has hyphens in it, I get mail bounced back that says the mail failed, listing a mangled email address. If I resend to "joe@builders-of-kansas.com" on host machine hammer.org, it appears the message gets sent to "joe-of-kansas.com@hammer.org. The first word of the hyphenated domain name gets replaced by the username and the whole thing gets put in front of our localhost's name. $ perl -v This is perl, v5.6.1 built for sun4-solaris $ uname -a SunOS garnet.tc.umn.edu 5.8 Generic_108528-18 sun4u sparc SUNW,Ultra-80
[guest - Fri Sep 26 19:17:32 2003]: Show quoted text
> If I resend to "joe@builders-of-kansas.com" on host machine
You're using single quotes to avoid array interpolation, right?