vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 + while ((ch = getopt(argc, argv, "45b:c:B switch (ch) { case '4': nreply = "450"; |