fix var
This commit is contained in:
parent
f8636feaab
commit
243fe6903d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def fetch_mail_answers():
|
|||
|
||||
for msg in mailer.fetch():
|
||||
if re.search(r'.*STACOSYS.*\[(\d+)\:(\w+)\]', msg.subject, re.DOTALL):
|
||||
if full_msg and _reply_comment_email(msg):
|
||||
if _reply_comment_email(msg):
|
||||
mailer.delete(msg.id)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue