Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 372
Status: resolved
Priority: 0/
Queue: Mail-Audit

People
Owner: Nobody in particular
Requestors: ndi-cpan [...] bumppo.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: MAPS plugin's IP regex too picky
This is MAPS.pm's regex for isolating relay IPs: /\[((\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3}))\]/ I don't know why it expects brackets. Most of my mail puts the IP in parens, and some of it uses in the form "(name@43.33.22.11)", either style meaning the message gets a pass from an RBL check. Any reason not to take the brackets out?
Thanks. I've fixed this in CVS.