From f1c7b68c3c5edc45d51478f4ca681d529b2d8e16 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 24 Oct 1996 05:42:43 +0000 Subject: Don't need to pacify exim any more. svn path=/trunk/; revision=372 --- fetchmail.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 08a762b4..3e5a991d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -180,18 +180,6 @@ char **argv; else strcpy(hostp->localname, user); - /* - * Turn the localname into a full Internet address... - * otherwise exim (somebody's smail equivalent) becomes - * annoyed much later when the SMTP interface tries to - * ship it a local name in a RCPT TO command. - */ - if (strchr(hostp->localname, '@') == 0) - { - strcat(hostp->localname, "@"); - strcat(hostp->localname, hostp->smtphost); - } - /* check that delivery is going to a real local user */ if ((pw = getpwnam(user)) == (struct passwd *)NULL) exit(PS_SYNTAX); /* has to be from bad rc file */ -- cgit v1.2.3