Skip Menu |

This queue is for tickets about the Net-ManageSieve CPAN distribution.

Report information
The Basics
Id: 40456
Status: resolved
Priority: 0/
Queue: Net-ManageSieve

People
Owner: SKA [...] cpan.org
Requestors: dom [...] math.uni-bonn.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.03
  • 0.04
  • 0.05
Fixed in: 0.06



Subject: Parse error in _response
Date: Tue, 28 Oct 2008 15:04:46 +0100
To: bug-Net-ManageSieve [...] rt.cpan.org
From: Mario Domgoergen <dom [...] math.uni-bonn.de>
Hello, the attached patch solves a problem with a misinterpretation of a get_token call. Following http://tools.ietf.org/html/draft-martin-managesieve-07#section-1.8 it's perfectly tolerable for a SIEVE implementation to return the emptry string as SASL capability. As the emptry string is false in perl, the call to "get_token or return undef" jumps out the function although there are more capabiities to check. Best regards, Mario Domgoergen -- Mario Domgoergen - Systemadministration Mathematische Institut der Universitaet Bonn Beringstrasse 4, 53115 Bonn / Zimmer 3 Tel.: +49-228-737773 / dom@math.uni-bonn.de

Message body is not shown because sender requested not to inline it.

Thanks, fixed in v0.06 Steffen