diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 47fcfe72..39f70074 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -632,7 +632,7 @@ static int load_params(int argc, char **argv, int optind) /* if stripcr hasn't been set, default it asccording to MDA */ if (ctl->stripcr == -1) - ctl->stripcr = !ctl->mda; + ctl->stripcr = (ctl->mda != (char *)NULL); /* plug in the semi-standard way of indicating a mail address */ if (ctl->server.envelope == (char *)NULL) |