I suppose, but this is consistent with the way they are parsing digits elsewhere in the conf, so I didn't want to do something that would break convention.
--eric
On Mon, Aug 02, 2004 at 12:54:08PM -0300, Mariano Absatz wrote:
I was just browsing at the differences between 0.19 and 0.20 and noticed this (in Conf.pm):
if (/^spamcop_uri_limit\s+(\d+)$/) { $self->{spamcop_uri_limit} = $1; next; }
wouldn't it be a little more foolproof to allow ending whitespace in the config file? or is this not customary?
Like:
if (/^spamcop_uri_limit\s+(\d+)\s*$/) { $self->{spamcop_uri_limit} = $1; next; }
Regards.
-- Mariano Absatz - El Baby el (dot) baby (AT) gmail (dot) com el (punto) baby (ARROBA:@) gmail (punto) com _______________________________________________ Discuss mailing list Discuss@lists.surbl.org http://lists.surbl.org/mailman/listinfo/discuss