Innovation Award
 June 2006
Number 7 |
Spam is one of the worst plagues of the modern days Internet. Trying to eliminate spam messages from mail boxes is no longer a viable activity to be performed manually by human users.
This package provides an automated PHP solution that can help to eradicate at least part of the spam messages that we receive.
Even though there is plenty of room for improvement, this package can be evolved and be used as a good basis for an automated solution to filter unsolicited messages that arrive in mailboxes used by PHP applications.
It can be useful not only for Web mail like applications, but also for instance in e-mail based trouble-ticket like support applications.
Manuel Lemos |
This class can be used to cleanup a mailbox from spam and unauthorized messages.
It can access to one or more mailboxes via POP3 or IMAP, scan the messages in the mailboxes and delete those that do not satisfy certain requirements.
Currently it deletes all messages except:
- Messages from authorized domains
- Messages from authorized senders with known mail addresses
- Messages with a valid authorization code in the subject text
The class can also run in the testing mode, on which no messages are deleted.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.