diff options
Diffstat (limited to 'CVSROOT/mailsend.c')
-rw-r--r-- | CVSROOT/mailsend.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CVSROOT/mailsend.c b/CVSROOT/mailsend.c index 9cadc1dc5c7b..0cd13321c5be 100644 --- a/CVSROOT/mailsend.c +++ b/CVSROOT/mailsend.c @@ -228,10 +228,6 @@ main(int ac, char **av) *s = '\0'; if ((s = strchr(gecos, ';'))) *s = '\0'; -#ifdef EVIL - if (strcmp(gecos, "Alfred Perlstein") == 0) - strcpy(gecos, "Albert Perlstein"); -#endif snprintf(Frombuf, sizeof(Frombuf), "%s <%s@%s>", gecos, pw->pw_name, hostname); } else { snprintf(Frombuf, sizeof(Frombuf), "%s@%s", pw->pw_name, hostname); /* From@hostname */ |