mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-03-03 07:29:58 +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
e3b941008c
commit
48efd846f5
@ -133,7 +133,7 @@ filter_text:
|
||||
filter_url:
|
||||
.byte ":/%&?+$"
|
||||
filter_dns:
|
||||
.byte "-ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
.byte "-AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz"
|
||||
filter_ip:
|
||||
.byte "."
|
||||
filter_number:
|
||||
|
Loading…
x
Reference in New Issue
Block a user