Hello,
I was wondering if my code is correct on a procmail recipe I am trying to use. I am trying to set up custom filter for for my email address. What needs to happen is any email NOT addressed to me in the to: or cc: field is deleted.
For the time being it is set it up to go to another folder instead of deleting only for testing purposes to make sure it is functioning correctly.
This is what I have
:0
- ! to:.*myemail@domain\.com.*
testdir/
Does this seem correct for what I want it to do?
Thanks,
DD