Bug 10241 - 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: 1.27.x
Hardware: Other Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-22 09:56 UTC by oli@glow.li
Modified: 2017-10-05 15:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to add the "=" symbol to the allowed characters. This applies to v 1.27.§ (418 bytes, patch)
2017-08-22 09:56 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-08-22 09:56:17 UTC
Created attachment 7196 [details]
Patch to add the "=" symbol to the allowed characters. This applies to v 1.27.§

Some email addresses, most notably mailing lists, have a "=" in the email address (Example: zsh-users-sc.1503393158.xxxxxxxxxxxxxxxx-oli=glow.li@zsh.org), but sendmail only allows alphanumeric and "+_-.@".
I have attached a patch that adds the "=" symbol to this list.

Note: this is very similar to my previous issue: 
https://bugs.busybox.net/show_bug.cgi?id=9646
Comment 1 Denys Vlasenko 2017-10-05 15:18:58 UTC
Fixed in git, thanks!