diff options
author | Jim Popovitch <jimpop@domainmail.org> | 2018-11-30 22:53:02 +0000 |
---|---|---|
committer | Jim Popovitch <jimpop@domainmail.org> | 2018-11-30 22:53:02 +0000 |
commit | a6a9e9960a6e300630ee46b04831850d0bfec50d (patch) | |
tree | f1005e523d0598e6cd5e6ba1cccf39df8c4dcab5 /Mailman/Version.py | |
parent | d03507def644416adf753098173220be6f75c137 (diff) | |
download | mailman2-a6a9e9960a6e300630ee46b04831850d0bfec50d.tar.gz mailman2-a6a9e9960a6e300630ee46b04831850d0bfec50d.tar.xz mailman2-a6a9e9960a6e300630ee46b04831850d0bfec50d.zip |
Patch for dmarc_moderation_addresses to automatically apply dmarc_moderation_action against a regexp of addresess
Diffstat (limited to 'Mailman/Version.py')
-rw-r--r-- | Mailman/Version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index da704882..f607c126 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -37,7 +37,7 @@ HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) # config.pck schema version number -DATA_FILE_VERSION = 110 +DATA_FILE_VERSION = 111 # qfile/*.db schema version number QFILE_SCHEMA_VERSION = 3 |