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 68b6600a..e8aae828 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -404,7 +404,7 @@ struct hostrec *queryctl;
exit(1);
}
- execv(queryctl->mda,mda_argv);
+ execv(queryctl->mda, mda_argv+1);
/* if we got here, an error occurred */
perror("popclient: openmailpipe: exec");