remove unneeded comments

This commit is contained in:
2022-03-14 11:50:32 +01:00
parent 023a8412e8
commit 1e33e57cb3

View File

@@ -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)