Replies: 4 comments 2 replies
-
BTW, I found out why there was so much SPAM. There are a few addresses that have been compromised (sites hacked etc) that are now 100% spam . So I directed these into a SPAM mailbox on forwardemail. |
Beta Was this translation helpful? Give feedback.
-
Looks like it's still doing a copy , when I request a move: 3 matches for "SPAM These are all the UIDs being moved " in buffer: syslog So over 3 hours , it MOVED the same 3 sets of mails from your server to mine. [ I will remove the MOVE , now as its filling my spam box quite quickly ] -- NO LONGER (07Oct2024) move_spam(account,home); ... put this back 01Nov24 ..they think it's fixed ... -- Take old spam off the external account frombox = from.spam; msgs = frombox:is_older(parms.maxspamage); if options.info == true then
end msgs:move_messages(tobox); -- frombox.close(); (I believe I tested this between my own mail servers) |
Beta Was this translation helpful? Give feedback.
-
ABTW, it still appears to lose the connection about once per hour: 37964:2024-10-31T14:52:10.858360+00:00 zbox imapfilter[1638548]: imapfilter: idle request to graeme@[email protected] failed |
Beta Was this translation helpful? Give feedback.
-
@graemev Can you please share your full scripts in code block syntax format? Also, what version and package are you using for |
Beta Was this translation helpful? Give feedback.
-
I run my own spam filters on the mail I POP from forwardemail. I keep the spam, mostly so it can be used as training data. Yesterday I noticed my mailserver was low on disk space . I discovered 2.4Gb of SPAM.
The point of interest is, to log goes back to Mar 2019, there are 74,667 spam messages, however 70,905 have happened in 2024, since I switched to forwardemail. So in 5 years of mail ...96% of the SPAM has arrived in the past few months
Beta Was this translation helpful? Give feedback.
All reactions