slight_refactoring
Sascha Rommelfangen 2018-01-16 07:30:11 +01:00 committed by GitHub
parent 9e38a226e6
commit 861c91d4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ if debug:
# Init Faup
f = Faup()
# Add tags according to configuration
# Add additional tags according to configuration
for malware in malwaretags:
if malware in email_subject.lower():
for tag in malwaretags[malware]: