http://bugzilla.spamassassin.org/show_bug.cgi?id=4411
Summary: $permsgstatus->get_uri_list too aggressive?
Product: Spamassassin
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P4
Component: Plugins
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I'm adding support for URI processing to my LDAPfilter plugin, and have noticed
that a URI of http://username:[EMAIL PROTECTED]:nn/ will get parsed and
returned as all of the following variations:
mailto:username:[EMAIL PROTECTED]
http://username:[EMAIL PROTECTED]:nn/
http://www.example.com:nn/
The mailto and the last http URIs should not be returned since they are not
accurate representations of the input URI.
I can kind of see why you'd want to return something like the last URI for your
reduced view mechanism, but such a view would theoretically be provided without
the port number, so I'm not sure if that's the intention or not.
If you need/want to keep all of these in the outputs, can we get a separate
array or parameter that just returns the normalized URIs?
Thanks
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.