http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5529
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|Undefined |3.2.2
------- Additional Comments From [EMAIL PROTECTED] 2007-06-22 09:08 -------
it's a perms issue, looking at these lines in d.spamd_plugin/spamd.err.1 :
[1417] warn: Warning: something's wrong at
/root/src/spamassassin/t/log/localrules.tm
p/../../data/testplugin.pm line 49, <GEN7> line 83.
[1417] warn: readline() on closed filehandle IN at
/root/src/spamassassin/t/log/local
rules.tmp/../../data/testplugin.pm line 50.
[1417] dbg: test: called myTestPlugin, round 0
[1417] warn: Warning: something's wrong at
/root/src/spamassassin/t/log/localrules.tm
p/../../data/testplugin.pm line 55.
[1417] warn: print() on closed filehandle OUT at
/root/src/spamassassin/t/log/localru
les.tmp/../../data/testplugin.pm line 56.
[1417] warn: Warning: something's wrong at
/root/src/spamassassin/t/log/localrules.tm
p/../../data/testplugin.pm line 57.
I was able to repro it by doing:
sudo bash
umask 077
cd t
rm -rf log
./spamd_plugin.t
this patch fixes it for me.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.