aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--options.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed5da310..4250357b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
Release Notes:
+fetchmail-4.5.4 ():
+* Fixed processing of --antispam option.
+
+There are 265 people on fetchmail-friends and 249 on fetchmail-announce.
+
fetchmail-4.5.3 (Mon Jul 20 15:02:08 EDT 1998):
* Minor fixes to the GSSAPI code. Seems to work with stock UW IMAP now.
* Fetchmail running as root now sends misaddressed multidrop mail to
diff --git a/options.c b/options.c
index 94595e30..8b77ddb7 100644
--- a/options.c
+++ b/options.c
@@ -426,6 +426,7 @@ struct query *ctl; /* option record to be initialized */
break;
case 'Z':
case LA_ANTISPAM:
+ buf = xmalloc(strlen(optarg));
strcpy(buf, optarg);
cp = strtok(buf, ",");
do {