[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: little spamd improvement for greylisters (was: Spamd observations)



  The -S option doesn't work.
  
  Trivial fix follows.
  
Index: spamd.c
===================================================================
RCS file: /cvs/src/libexec/spamd/spamd.c,v
retrieving revision 1.76
diff -u -r1.76 spamd.c
--- spamd.c	2005/04/14 16:07:52	1.76
+++ spamd.c	2005/04/16 09:42:38
@@ -958,7 +958,7 @@
 	if (gethostname(hostname, sizeof hostname) == -1)
 		err(1, "gethostname");
 
-	while ((ch = getopt(argc, argv, "45b:c:B:p:dgG:r:s:n:vw:")) != -1) {
+	while ((ch = getopt(argc, argv, "45b:c:B:p:dgG:r:s:S:n:vw:")) != -1) {
 		switch (ch) {
 		case '4':
 			nreply = "450";



Visit your host, monkey.org