http://bugzilla.spamassassin.org/show_bug.cgi?id=4153
------- Additional Comments From [EMAIL PROTECTED] 2005-05-10 15:26 -------
btw on the test script thing -- just copy one of the existing ones (I'd suggest
spamd_unix.t) and change it so the command-line switches it runs spamc with are
loaded from a config file, instead of from the command line. e.g.:
ok (spamcrun ("-U log/spamd.sock < data/spam/001", \&patterns_run_cb));
you'd want to create a file "log/spamc_test.cf" containing
-U log/spamd.sock
and then change the script to run
ok (spamcrun ("-F log/spamc_test.cf < data/spam/001", \&patterns_run_cb));
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.