Update dnsbl list regex to accept an empty one

This commit is contained in:
Théophile Diot 2023-09-23 15:05:00 +01:00
parent 6534a429af
commit 2ddc8cec72
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -20,7 +20,7 @@
"help": "List of DNSBL servers.",
"id": "dnsbl-list",
"label": "DNSBL list",
"regex": "^(?! )( ?((?!\\.)[\\w.]+)(?!.*\\2(?!.)))+$",
"regex": "^(?! )( ?((?!\\.)[\\w.]+)(?!.*\\2(?!.)))*$",
"type": "text"
}
}