Commit 6489590b by Tu Nombre

Anti mamadas por exeso de mail 2

1 parent 4d09c6e9
...@@ -149,6 +149,8 @@ class Mail(ServiceBase): ...@@ -149,6 +149,8 @@ class Mail(ServiceBase):
try: try:
if not msg['From'] in stadomail.MailRompedor: if not msg['From'] in stadomail.MailRompedor:
self.Envio(msg,info,stadomail) self.Envio(msg,info,stadomail)
else:
succ[file] = False
except: except:
print("ROMPIO ALGO EN EL ENVIO") print("ROMPIO ALGO EN EL ENVIO")
stadomail.MailRompedor.append(msg['From']) stadomail.MailRompedor.append(msg['From'])
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!