pop3spam is a POP3 client which connects to a POP3 server and deletes unsolicited mail. It's possible to check for messages that exceed a certain limit and to scan header lines for special patterns (regular expressions). If a message has been identified as unsolicited, it can be deleted directly from the POP3 server without the need to download it first. Eventually your normal mail-retrieval utility (e.g. fetchmail) can gather all (cleaned) mail as usual.
| Tags | Communications Email Post-Office POP3 Filters |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | C |
Recent releases


Changes: It is now possible to compile pop3spam on Mac OS X. There was also a small bugfix where the status message about removing stale lockfile was printed even if the report level was set to "silent".


Changes: This release checks for certain header lines.


Changes: Two new options were added: "spam_confirm" (-t) and "spam_no_confirm" (-T). These can be used to specify whether the user will be prompted to confirm the deletion of a message if a particular regular expression matched (no matter what "confirm" (-c) is set to).


Changes: The string preceding the logging information of each pop3spam session can be specified via the new option 'logdate' (-d).


Changes: This release adds the option "includerc" which can be used to include additional configuration files.