Bug 9646 - Sendmail allow "+" symbol in recipient
Summary: Sendmail allow "+" symbol in recipient
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: unspecified
Hardware: Other Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-09 14:57 UTC by oli@glow.li
Modified: 2017-02-12 20:57 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to add the "+" symbol to the allowed characters. This applies to v 1.26.2 (416 bytes, patch)
2017-02-09 14:57 UTC, oli@glow.li
Details

Note You need to log in before you can comment on or make changes to this bug.
Description oli@glow.li 2017-02-09 14:57:09 UTC
Created attachment 6881 [details]
Patch to add the "+" symbol to the allowed characters. This applies to v 1.26.2

Some email addresses, most notably mailing lists, have a "+" in the email address (Example: listname+subscribe@domain.tld), but sendmail only allows alphanumeric and "_-.@".
I have attached a patch that adds the "+" symbol to this list.
Comment 1 Denys Vlasenko 2017-02-12 20:57:45 UTC
fixed in git, thanks