aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alfred/mlmmj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alfred/mlmmj.py b/alfred/mlmmj.py
index b58a669..16ecb6a 100644
--- a/alfred/mlmmj.py
+++ b/alfred/mlmmj.py
@@ -111,7 +111,7 @@ def cmd_list(bot, trigger):
return
message = " ".join(args[1:]).strip()
msg = (
- f"From: {OWNER_ADDR}\r\n"
+ f"From: {LIST_ADDR}\r\n"
f"To: {LIST_ADDR}\r\n"
f"Subject: {message}\r\n"
f"Date: {email.utils.formatdate(localtime=True)}\r\n"