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