Skip to content
New issue

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

SURBL sublists update #2

Open
joewein opened this issue Jul 14, 2016 · 0 comments
Open

SURBL sublists update #2

joewein opened this issue Jul 14, 2016 · 0 comments

Comments

@joewein
Copy link

joewein commented Jul 14, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant