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
The code is somewhat out of date in that it's sublist values no longer represent the current SURBL Multi composition:
_flags = ((2, "sc"), (4, "ws"), (8, "ph"), (16, "ob"), (32, "ab"), (64, "jp"))
This should be updated to:
_flags = ((8, "ph"), (16, "mw"), (64, "abuse"), (128, "cr"))
as per the SURBL list documentation at http://www.surbl.org/lists
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The code is somewhat out of date in that it's sublist values no longer represent the current SURBL Multi composition:
_flags = ((2, "sc"), (4, "ws"), (8, "ph"), (16, "ob"), (32, "ab"), (64, "jp"))
This should be updated to:
_flags = ((8, "ph"), (16, "mw"), (64, "abuse"), (128, "cr"))
as per the SURBL list documentation at http://www.surbl.org/lists
The text was updated successfully, but these errors were encountered: