aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail.lmtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail.lmtp.c b/mail.lmtp.c
index c7dc46d5..4bab03f8 100644
--- a/mail.lmtp.c
+++ b/mail.lmtp.c
@@ -64,6 +64,7 @@ main(int argc, char *argv[])
session.lhlo = "localhost";
session.mailfrom = getenv("SENDER");
+ session.rcptto = NULL;
while ((ch = getopt(argc, argv, "d:l:f:ru")) != -1) {
switch (ch) {