View previous topic :: View next topic |
Author |
Message |
rjriley
Cadet
Joined: Jun 02, 2004
Posts: 1
Location: USA
|
Posted: Wed Jun 02, 2004 7:07 am Post subject: Spam with forged header |
|
|
I am receiving an increasing amount of spam which uses my own email address as the sender but shows a different name. Example Joe Smith <[email protected]>. I would like to validate that the name associated with my address is correct, example Lenny Xyz <[email protected]> would be allowed to pass while Joe Smith <[email protected]> would be blocked. |
|
Back to top |
|
|
stan_qaz
General
Premium Member
Joined: Mar 31, 2003
Posts: 4052
Location: USA
|
Posted: Wed Jun 02, 2004 11:29 am Post subject: |
|
|
Simple to do and there are several discussions on how to do it here, see them if you need more detail.
Copy the correct address "Lenny Xyz <[email protected]>" to a filter set to mark the mail as legitimate.
Copy the "<[email protected]>" to a lower priority filter that marks it as spam. |
|
Back to top |
|
|
Ikeb
General
Premium Member
Joined: Apr 20, 2003
Posts: 3445
Location: Ottawa, Ontario, Canada
|
Posted: Wed Jun 02, 2004 7:21 pm Post subject: |
|
|
stan_qaz wrote: |
Copy the "<[email protected]>" to a lower priority filter that marks it as spam. |
I agree with the previous suggestion however this one will get lots of false positives. A lot of Legit email is sent without 'Friendly Name' preceeding the email address. Make this lower priority filter more discriminating and it will behave better -- '[\w\d\]*?<[email protected]>' should do the trick.
Remember though that this filter must be coupled with the higher priority filter that looks for your 'Friendly name' .... or just include that as a "does not contain RegExpr" rule with the regex I suggested being a "contains RegExpr" rule.
_________________
Ikester
I like SPAM .... on my sandwich!
|
|
Back to top |
|
|
stan_qaz
General
Premium Member
Joined: Mar 31, 2003
Posts: 4052
Location: USA
|
Posted: Wed Jun 02, 2004 9:26 pm Post subject: |
|
|
If he often sends himself mail without the friendly name as the sender that would certainly help. |
|
Back to top |
|
|
Ikeb
General
Premium Member
Joined: Apr 20, 2003
Posts: 3445
Location: Ottawa, Ontario, Canada
|
Posted: Thu Jun 03, 2004 12:22 am Post subject: |
|
|
?? It has nothing to do with mail sent to one's self. I often get mail from acquaintances where my email address isn't preceeded by the "friendly name".
_________________
Ikester
I like SPAM .... on my sandwich! |
|
Back to top |
|
|
Ikeb
General
Premium Member
Joined: Apr 20, 2003
Posts: 3445
Location: Ottawa, Ontario, Canada
|
Posted: Thu Jun 03, 2004 12:23 am Post subject: |
|
|
?? It has nothing to do with mail sent to one's self. I often get mail from acquaintances where my email address isn't preceeded by the "friendly name".
_________________
Ikester
I like SPAM .... on my sandwich! |
|
Back to top |
|
|
Ikeb
General
Premium Member
Joined: Apr 20, 2003
Posts: 3445
Location: Ottawa, Ontario, Canada
|
Posted: Thu Jun 03, 2004 12:23 am Post subject: |
|
|
Duplicate
_________________
Ikester
I like SPAM .... on my sandwich!
Last edited by Ikeb on Thu Jun 03, 2004 12:24 am, edited 1 time in total |
|
Back to top |
|
|
|