X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/09e3a055e2a4d26b8aed0973f247b41192bdf4c9..00d3d5501f874534235413e84981669637801fda:/packages/busybox/sendmail.patch diff --git a/packages/busybox/sendmail.patch b/packages/busybox/sendmail.patch index dd5996e0..da578ee0 100644 --- a/packages/busybox/sendmail.patch +++ b/packages/busybox/sendmail.patch @@ -6,8 +6,8 @@ index 8ddb782..b542099 100644 trim(str); s = str; while (*s) { -- if (!isalnum(*s) && !strchr("_-.@", *s)) { -+ if (!isalnum(*s) && !strchr("+_-.@", *s)) { +- if (!isalnum(*s) && !strchr("+_-.@", *s)) { ++ if (!isalnum(*s) && !strchr("=+_-.@", *s)) { bb_error_msg("bad address '%s'", str); /* returning "": */ str[0] = '\0';