Check length of recipient list. modified: listfix_filter.py
Brian Barto bartobrian@gmail.com
Fri, 25 Mar 2022 13:55:09 -0400
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
listfix_filter.py
→
listfix_filter.py
@@ -189,6 +189,8 @@
rows = db.execute("SELECT email FROM recipients WHERE list_id = ?", [list_id]) for row in rows: list_recipients.append(row[0]) + if (len(list_recipients) == 0): + debug_line(1, f"No recipients defined for email list: {recipient}.") ## Costruct Filtered Email