From 73562230401b2cd48301805f03aee052927fadd2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 19 Oct 1996 14:39:22 +0000 Subject: Don't set up MDA if we're in check_only mode. svn path=/trunk/; revision=352 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index eedff724..0bdae28c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -194,7 +194,7 @@ char **argv; } /* expand MDA commands */ - if (hostp->mda[0]) + if (!check_only && hostp->mda[0]) { int argi; char *argp; -- cgit v1.2.3