aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/model/list.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/model/list.py')
-rw-r--r--src/mailman_pgp/model/list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman_pgp/model/list.py b/src/mailman_pgp/model/list.py
index da542de..ad031c5 100644
--- a/src/mailman_pgp/model/list.py
+++ b/src/mailman_pgp/model/list.py
@@ -57,6 +57,7 @@ class PGPMailingList(Base):
# Encryption related properties
nonencrypted_msg_action = Column(Enum(Action), default=Action.reject)
+ encrypt_outgoing = Column(Boolean, default=True)
def __init__(self, mlist):
super().__init__()