Remove wildcard entry when adding the very same domain either the white- or blacklist

pull/1301/head
DL6ER 7 years ago
parent 051f463350
commit cf31561267
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -84,6 +84,7 @@ PoplistFile() {
if ${addmode}; then
AddDomain "${dom}" "${listMain}"
RemoveDomain "${dom}" "${listAlt}"
RemoveDomain "${dom}" "${wildcardlist}"
else
RemoveDomain "${dom}" "${listMain}"
fi

Loading…
Cancel
Save