[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: little spamd improvement for greylisters (was: Spamd observations)
- To: misc_(_at_)_openbsd_(_dot_)_org, tech_(_at_)_openbsd_(_dot_)_org
- Subject: Re: little spamd improvement for greylisters (was: Spamd observations)
- From: "Frank Denis (Jedi/Sector One)" <obsd-tech_(_at_)_pureftpd_(_dot_)_org>
- Date: Sat, 16 Apr 2005 11:43:59 +0159
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