http://bugzilla.spamassassin.org/show_bug.cgi?id=4153
------- Additional Comments From [EMAIL PROTECTED] 2005-05-10 16:09 -------
> and then change the script to run
>
> ok (spamcrun ("-F log/spamc_test.cf < data/spam/001", \&patterns_run_cb));
>
Running this using a test config with -U log/spamd.sock ends up with :
../spamc/spamc -d localhost -p 57398 -F data/spamc_test.cf < data/spam/001
I think it's because of the following check in SATest.pm
if($args !~ /\b(?:-p\s*[0-9]+|-U)\b/)
{
$spamcargs = "$spamc -d $spamdhost -p $spamdport $args";
}else
{
$spamcargs = "$spamc $args";
}
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.