http://bugzilla.spamassassin.org/show_bug.cgi?id=4616





------- Additional Comments From [EMAIL PROTECTED]  2005-10-13 02:21 -------
Created an attachment (id=3187)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=3187&action=view)
Easy fix.

The problem described here is caused by extra spaces left after the options in
the config file. In this case, the config file had three options, but the extra
spaces after the first option (-l) were parsed by the code as another option. I
can only guess that after that getopt on FreeBSD stops parsing if it hits an
option which is only '\n'. This patch checks the token to see if it's only '\n'
and ignores the token if it is.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to