mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-18 21:07:03 +00:00
Allow lower case input too.
The ][ doesn't have lower case but the //e defaults to lower case so we need to allow both upper case and lower case (and convert to lower case before DNS lookup).
This commit is contained in:
parent
3d5dd29988
commit
982b1d45f6
@ -133,7 +133,7 @@ filter_text:
|
||||
filter_url:
|
||||
.byte ":/%&?+$"
|
||||
filter_dns:
|
||||
.byte "-ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
.byte "-AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz"
|
||||
filter_ip:
|
||||
.byte "."
|
||||
filter_number:
|
||||
|
Loading…
Reference in New Issue
Block a user