aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/model/list.py
diff options
context:
space:
mode:
authorJ08nY2017-08-02 17:01:21 +0200
committerJ08nY2017-08-02 17:01:21 +0200
commit2681a5cd91b2563a24cf41b5dafe491bae6106ab (patch)
tree76bdaa4f9e83c750b5a88794a9dacf2174f753a5 /src/mailman_pgp/model/list.py
parent27b6d62dc288b110fce2d80533cb6c6294370fde (diff)
downloadmailman-pgp-2681a5cd91b2563a24cf41b5dafe491bae6106ab.tar.gz
mailman-pgp-2681a5cd91b2563a24cf41b5dafe491bae6106ab.tar.zst
mailman-pgp-2681a5cd91b2563a24cf41b5dafe491bae6106ab.zip
Diffstat (limited to 'src/mailman_pgp/model/list.py')
-rw-r--r--src/mailman_pgp/model/list.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman_pgp/model/list.py b/src/mailman_pgp/model/list.py
index d80f4a7..9c2d317 100644
--- a/src/mailman_pgp/model/list.py
+++ b/src/mailman_pgp/model/list.py
@@ -54,6 +54,10 @@ class PGPMailingList(Base):
nonencrypted_msg_action = Column(Enum(Action), default=Action.reject)
encrypt_outgoing = Column(Boolean, default=True)
+ # Key related properties
+ key_change_workflow = Column(SAUnicode,
+ default='pgp-key-change-mod-workflow')
+
def __init__(self, mlist):
"""