aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
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;