diff --git a/VERSION.txt b/VERSION.txt index 90a27f9..af0b7dd 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.0.5 +1.0.6 diff --git a/ceod/model/MailService.py b/ceod/model/MailService.py index 99f62bd..ce877a4 100644 --- a/ceod/model/MailService.py +++ b/ceod/model/MailService.py @@ -74,7 +74,7 @@ class MailService: if '@' in auth_user: auth_user = auth_user[:auth_user.index('@')] - if user.terms: + if user.non_member_terms: prog = 'addclubrep' desc = 'Club Rep' else: diff --git a/debian/changelog b/debian/changelog index 044ee04..6e7f5b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceo (1.0.6-buster1) buster; urgency=medium + + * Fix bug in sender email address. + + -- Max Erenberg Tue, 02 Nov 2021 07:05:00 +0000 + ceo (1.0.5-buster1) buster; urgency=medium * Use port 465 for smtps. diff --git a/etc/ceod.ini b/etc/ceod.ini index 0c6bc48..457e5ed 100644 --- a/etc/ceod.ini +++ b/etc/ceod.ini @@ -38,8 +38,8 @@ home = /users skel = /users/skel [mail] -smtp_url = smtps://mail.csclub.uwaterloo.ca -smtp_starttls = false +smtp_url = smtp://mail.csclub.uwaterloo.ca +smtp_starttls = true [mailman3] # This is only used on the mailman_host.