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 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"); |