We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee833c commit 135a072Copy full SHA for 135a072
1 file changed
dropmsg
@@ -36,7 +36,6 @@ def usage():
36
-s: Messages with the given envelope sender's address or DSNs to that address''' % quarantine)
37
38
39
-
40
def drop(cf, df):
41
qcf = os.path.join(quarantine, os.path.basename(cf))
42
qdf = os.path.join(quarantine, os.path.basename(df))
@@ -98,5 +97,6 @@ def main():
98
97
99
search(auth, ip, sender)
100
+
101
if __name__ == '__main__':
102
main()
0 commit comments