Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
057e66f945
|
@@ -120,6 +120,7 @@ def list_quarantine_emails(config, args):
|
|||||||
row["recipient"] = metadata["recipients"].pop(0)
|
row["recipient"] = metadata["recipients"].pop(0)
|
||||||
if "subject" not in emails[quarantine_id]["headers"].keys():
|
if "subject" not in emails[quarantine_id]["headers"].keys():
|
||||||
emails[quarantine_id]["headers"]["subject"] = ""
|
emails[quarantine_id]["headers"]["subject"] = ""
|
||||||
|
row["subject"] = emails[quarantine_id]["headers"]["subject"][:60]
|
||||||
rows.append(row)
|
rows.append(row)
|
||||||
|
|
||||||
if metadata["recipients"]:
|
if metadata["recipients"]:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.0.7"
|
__version__ = "0.0.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user