]> Pileus Git - ~andy/fetchmail/commitdiff
Don't set up MDA if we're in check_only mode.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 19 Oct 1996 14:39:22 +0000 (14:39 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 19 Oct 1996 14:39:22 +0000 (14:39 -0000)
svn path=/trunk/; revision=352

fetchmail.c

index eedff72471d52060f60e6ebf124f230e9cc4b141..0bdae28c5af5cd52d25982ad822416fd66bacb6e 100644 (file)
@@ -194,7 +194,7 @@ char **argv;
            }
 
            /* expand MDA commands */
-           if (hostp->mda[0])
+           if (!check_only && hostp->mda[0])
            {
                int argi;
                char *argp;