From 1e33e57cb338e1349af4a7960b076cb5875c312e Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Mon, 14 Mar 2022 11:50:32 +0100 Subject: [PATCH] remove unneeded comments --- pyquarantine/storage.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyquarantine/storage.py b/pyquarantine/storage.py index 6972ca5..55268e4 100644 --- a/pyquarantine/storage.py +++ b/pyquarantine/storage.py @@ -563,7 +563,5 @@ class Quarantine: if self._milter_action is not None: milter.delrcpt(rcpts) - #if self._milter_action in ["ACCEPT", "REJECT"] and \ - # not milter.msginfo["rcpts"]: if not milter.msginfo["rcpts"]: return (self._milter_action, self._reason)