|
@@ -115,7 +115,6 @@ def sendReport(listname, tosubscribe, tounsubscribe):
|
|
if 'mail_cc' in confsympa:
|
|
if 'mail_cc' in confsympa:
|
|
msg['Cc'] = confsympa['mail_cc']
|
|
msg['Cc'] = confsympa['mail_cc']
|
|
msg['To'] = "%s-request@%s" % (listname, confsympa['robot'])
|
|
msg['To'] = "%s-request@%s" % (listname, confsympa['robot'])
|
|
- print(msg)
|
|
|
|
s.send_message(msg)
|
|
s.send_message(msg)
|
|
|
|
|
|
if len(adherents) > 0 and (len(tosubscribe) > 0 or len(tounsubscribe) > 0) :
|
|
if len(adherents) > 0 and (len(tosubscribe) > 0 or len(tounsubscribe) > 0) :
|