https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6939

--- Comment #54 from Kip <[email protected]> ---
(In reply to RW from comment #53)
> None of those people, other that the plug-in maintainer, need to understand
> spamc. 

Apparently they do if spamc deviates from decades long well established
conventions.

> The only bug is in evolution; there is no bug in SpamAssassin.

Correct, withstanding the patch.

$ ls "" &> /dev/null ; echo $?
2

$ gcc -c "" &> /dev/null ; echo $?
4

$ ln "" &> /dev/null ; echo $?
1

$ php "" &> /dev/null ; echo $?
127

$ xdg-open "" &> /dev/null ; echo $?
1

$ curl "" &> /dev/null ; echo $?
3

$ ssh "" &> /dev/null ; echo $?
255

$ gpg "" &> /dev/null ; echo $?
2

$ python "" &> /dev/null ; echo $?
1

$ echo -n | spamc -U "" &> /dev/null ; echo $?
0

$ egrep -nr "EXIT_SUCCESS" /usr/include/
/usr/include/stdlib.h:134:#define    EXIT_SUCCESS    0    /* Successful exit
status.  */

You can keep repeating yourself until the cows come home, it doesn't change
anything. There is a bug in Evolution and there was the aforementioned one in
SpamAssassin up until recently.

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

Reply via email to