Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mail-SpamAssassin CPAN distribution.

Report information
The Basics
Id: 18124
Status: resolved
Priority: 0/
Queue: Mail-SpamAssassin

People
Owner: Nobody in particular
Requestors: karasek [...] ceskyserver.cz
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.1.0
Fixed in: (no value)



Subject: Mail::SpamAssassin::Client
There is a bug in /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Client.pm In function "ping". The function always returns "0" - even if it can ping SpamAssassin. The reason is there: return 0 unless ($resp_msg eq 'PONG'); (line 425) $resp_msg is something like "PONG\n" - so, the test fails. You can solve the problem for example this way: return 0 unless ($resp_msg =~ '^PONG'); Regards Tony
Subject: Re: [rt.cpan.org #18124] Mail::SpamAssassin::Client
Date: Sat, 11 Mar 2006 13:18:32 -0500
To: Guest via RT <bug-Mail-SpamAssassin [...] rt.cpan.org>
From: Theo Van Dinter <felicity [...] kluge.net>
On Sat, Mar 11, 2006 at 12:57:59PM -0500, Guest via RT wrote: Show quoted text
> Sat Mar 11 12:57:58 2006: Request 18124 was acted upon. > Transaction: Ticket created by guest > Queue: Mail-SpamAssassin > Subject: Mail::SpamAssassin::Client > Owner: Nobody > Requestors: karasek@ceskyserver.cz > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18124 >
Hi, We use our own system to track bugs in SpamAssassin. I have cut/paste your information into a ticket there: http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4825 If you would like to add yourself as a cc on the ticket, please create an account and you will then be able to add yourself to the ticket. -- Randomly Generated Tagline: "Shelter," what a nice name for for a place where you polish your cat.
Download (untitled)
application/pgp-signature 191b

Message body not shown because it is not plain text.