CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/04/20 11:42:21
Modified files:
libexec/spamd : grey.c spamd.8 spamd.c sync.c
Log message:
PR 6090 - from Olli Hauer <[email protected]>
A number of small improvements:
- patch for empty lines and comments in alloweddomains_file
- remove some whitespaces at end of line.
- document comment and empty line handling
- Remove unused parameter 'r' from getopt in spamd.c, it is removed in the
'switch statement'
but not in getopt.
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec/spamd/spamd.c.diff?r1=1.94;r2=1.95;f=h
- replace atoi with strtonum
- make debug output more usefull, display only what will be synced and not a
second
message which prints always "sync trapped %s"
- some cosemtic and whitespace fixes.