We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "id": 1, "desc": "SIA France", "actions": [ { "type": "ParseIncomingNumber", "numberFilter": "^(?:33:0)?\d{9}$" }, { "type": "HttpDownload", "method": 0, "url": "https://www.doisjerepondre.fr/numero-de-telephone/0{domestic}", "header": "", "body": "" }, { "type": "ParseQueryResult", "negativeSig": "\\dx négative", "negativeFlags": 5, "positiveSig": "", "positiveFlags": 5, "categorySig": "NéGATIVE ([A-Z]+)", "categoryFlags": 1029 }, { "type": "FilterSpamResult" }, { "type": "ImportToSpamDB", "importReason": "Manually" } ], "enabled": true }
The text was updated successfully, but these errors were encountered:
Enhanced version supports international format
{ "id": 1, "desc": "Doisjerepondre", "actions": [ { "type": "ParseIncomingNumber", "numberFilter": ".*" }, { "type": "HttpDownload", "method": 0, "url": "https://www.doisjerepondre.fr/numero-de-telephone/+{cc}{domestic}", "header": "", "body": "" }, { "type": "ParseQueryResult", "negativeSig": "<div class=\"score negative\">", "negativeFlags": 5, "positiveSig": "<div class=\"score positive\">", "positiveFlags": 5, "categorySig": "", "categoryFlags": 5 }, { "type": "FilterSpamResult" }, { "type": "ImportToSpamDB", "importReason": "Manually" } ], "enabled": true }
Sorry, something went wrong.
Thanks guys.
No branches or pull requests
The regex/workflow
The text was updated successfully, but these errors were encountered: