[Bug 6200] New: Sendmail butchers RCPT TO field

bugzilla at busybox.net bugzilla at busybox.net
Mon Apr 22 22:06:30 UTC 2013


https://bugs.busybox.net/show_bug.cgi?id=6200

           Summary: Sendmail butchers RCPT TO field
           Product: Busybox
           Version: 1.18.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Networking
        AssignedTo: unassigned at busybox.net
        ReportedBy: n4mwd at yahoo.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


BusyBox v1.18.5 on Toastman Tomato Linux running on an Asus RT-N16 router

Summary: When using sendmail with a user friendly name in the TO field,
sendmail butchers it to where the mail is undeliverable.

Using the busybox command:
sendmail -t -f no-reply at myserver.com -S MyServer -auMyUser -apMyPass < mail.txt

And mail.txt is:

To: "John Smith the Third" <john at yahoo.com>
From: Joe at MyServer.com
Date: Sat, 20 Apr 2013 11:01:42 -0400
Subject: test mail

Test Message.


For some reason, sendmail strips the quote characters and brackets from the TO
field, and incorrectly generates the following line:

RCPT TO:<johnsmiththethirdjohn at yahoo.com>

It should not do that.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list