I've got en emailaddress with an & (ampersand) in it. It is processed by spamspan but the characters before the & are not considered part of the emailaddress.
So for example "res&dev@example.com" is going to be processed as "dev@example.com" by spamspan.
I've tried adding an & to the SPAMSPAN_EMAIL constant in the .module file but that didn't help...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | spamspan-906474.patch | 516 bytes | weseze |
Comments
Comment #1
weseze commentedfound the problem, this patch fixes it.
Comment #2
iantresman commentedAccording to the article on Wikipedia, based on RFC 5322 and by RFC 5321,
A quick test shows that SpamSpan appears to fail if the following characters are included in the local part of an email address:
! # $ % & ' * / = ? ` { | }The following are handled correctly: + - ^ _
Comment #3
lakka commentedFixed in 6--1.5. Thanks
Comment #4
lakka commented