Filtering problem
Posted by: Vryce
Posted on: 2005-02-21 10:48:00
I am not sure why my filtering isn't working.
I have a couple email address that get nothing but spam, so I set up a filter to send anything sent to those accounts to the trash.
Thing is, that the email still gets through to me.
This is what my .procmailrc file looks like. The file was created when I set up the filters through the web page interface.
### PROCMAILRC FILE GENERATED BY DREAMHOST -- DO NOT EDIT THIS FILE! ###
MAILDIR=$HOME/Maildir
SHELL=/bin/sh
# no procmail_log
# filter 1
:0
* ^TO_crc@domain.com
/dev/null
# filter 2
:0
* ^TO_uproar@domain.com
/dev/null
# filter 3
:0
* ^TO_cheryl@domain.com
/dev/null
# catch all for inbox
:0
$HOME/Maildir/
Any help would be great. Thanks in advance.
**EDIT**
It might be because of the way I have things setup. I use my domain to have a unique email address at sites I visit. They are not actual email accounts.
For instance, if I register at xyzwidgets.com, I will make an email address xyzwidgets@domain.com
I have an account I created, account.
I have catch-all turned on for domain.com which forwards to account@domain.com.
and then account@domain.com forwards to myisp_email.isp.com
Confusing, I know. but I don't want to have to create a unique user/email account for each site I visit. I also use it to track email from friends.
For instance, I tell my friend tom to email me at say tom@domain.com
That way when I scan the From field in my email program or use rules to route the mail once its on my local machine, I know I have an email from Tom.
Edited by Vryce on 02/21/05 11:26 AM (server time).