diff --git a/milters/comment_email_milter.py b/milters/comment_email_milter.py index 2cafa0c..e8fca1e 100644 --- a/milters/comment_email_milter.py +++ b/milters/comment_email_milter.py @@ -77,7 +77,7 @@ class PagureMilter(Milter.Base): sys.stdout.flush() def envfrom(self, mailfrom, *str): - LOG.debug("mail from: %s - %s", mailfrom, str) + self.log("mail from: %s - %s" % (mailfrom, str)) self.fromparms = Milter.dictfromlist(str) # NOTE: self.fp is only an *internal* copy of message data. You # must use addheader, chgheader, replacebody to change the message