Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
d5e30855
Commit
d5e30855
authored
Oct 14, 2020
by
Frederik Schwan
Committed by
Lukas Fleischer
Oct 13, 2020
Browse files
Fix requests not being sent to the Cc recipients
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
613364b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
aurweb/scripts/notify.py
View file @
d5e30855
...
...
@@ -118,7 +118,7 @@ class Notification:
server
.
set_debuglevel
(
0
)
deliver_to
=
[
to
]
+
self
.
get_cc
()
server
.
sendmail
(
sender
,
to
,
msg
.
as_bytes
())
server
.
sendmail
(
sender
,
deliver_
to
,
msg
.
as_bytes
())
server
.
quit
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment