http://bugzilla.spamassassin.org/show_bug.cgi?id=4326
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2869 is|0 |1
obsolete| |
------- Additional Comments From [EMAIL PROTECTED] 2005-05-18 08:04 -------
Created an attachment (id=2874)
--> (http://bugzilla.spamassassin.org/attachment.cgi?id=2874&action=view)
getopt_long() added to replace/getopt.c + spamc.c changes
It's not very heavily tested, but it should work for spamc's needs. The patch
adds simple getopt_long() support to replace/getopt.c and some changes to
spamc.c to use it. It's not finalised -- mainly uploading for testing purposes.
Patch applies cleanly against trunk r170732. Compile spamc with :
perl configure.pl
gcc -Wall -g -O2 -o spamc spamc.c libspamc.c utils.c replace/getopt.c
I've tested, and it seems ok on Debian-amd64.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.