Fredrik Fornwall
7 years ago
3 changed files with 16 additions and 16 deletions
@ -1,13 +0,0 @@ |
|||
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c
|
|||
index 8ddb782..b542099 100644
|
|||
--- a/mailutils/sendmail.c
|
|||
+++ b/mailutils/sendmail.c
|
|||
@@ -150,7 +150,7 @@ static char *sane_address(char *str)
|
|||
trim(str); |
|||
s = str; |
|||
while (*s) { |
|||
- if (!isalnum(*s) && !strchr("+_-.@", *s)) {
|
|||
+ if (!isalnum(*s) && !strchr("=+_-.@", *s)) {
|
|||
bb_error_msg("bad address '%s'", str); |
|||
/* returning "": */ |
|||
str[0] = '\0'; |
Loading…
Reference in new issue