| View previous topic :: View next topic |
| Author |
Message |
redmike
Cadet

 Joined: Jun 24, 2003 Posts: 6 Location: UK
|
Posted: Tue Jun 24, 2003 7:15 am Post subject: filters - can I use colons or periods to separate names ? |
|
|
Hi,
if I set up a "received from" filter for example, can I put a series of names with a colon or comma in between them or will I need to use a separate drop down box for each name ?
Many thanks,
Michael
|
|
| Back to top |
|
 |
gary
Lieutenant
 Premium Member
 Joined: Dec 22, 2002 Posts: 260 Location: Dallas/Ft. Worth, USA
|
Posted: Tue Jun 24, 2003 12:46 pm Post subject: |
|
|
If you want to check for multiple names or addresses, you will need to either use a separate drop down box for each name, or use a regular expression filter. The former is the easiest to understand, the latter is probably the quickest, since you would just use a "|" character to separate the addresses, and put a "\" before each period (a period is a special operator). For example:
"The 'From' field", "Contains RegExpr", "gjones@abc\.com|tjc@silly\.com|tjameson@stealth\.com"
Otherwise, you would use:
"The 'From' field", "Contains", "gjones@abc.com"
"The 'From' field", "Contains", "tjc@silly.com"
[... etc.]
Does that make sense? _________________ Gary
|
|
| Back to top |
|
 |
redmike
Cadet

 Joined: Jun 24, 2003 Posts: 6 Location: UK
|
Posted: Tue Jun 24, 2003 1:00 pm Post subject: |
|
|
"The 'From' field", "Contains RegExpr", "gjones@abc\.com|tjc@silly\.com|tjameson@stealth\.com"
Does that make sense?[/quote]
Yes and thanks for the info. I didn't know that I had to use RegExpr Contains ..
regards
Mike
|
|
| Back to top |
|
 |
redmike
Cadet

 Joined: Jun 24, 2003 Posts: 6 Location: UK
|
Posted: Tue Jun 24, 2003 1:24 pm Post subject: |
|
|
| redmike wrote: | "The 'From' field", "Contains RegExpr", "gjones@abc\.com|tjc@silly\.com|tjameson@stealth\.com"
Does that make sense? |
Yes and thanks for the info. I didn't know that I had to use RegExpr Contains ..
regards
Mike[/quote]
Just spent 20 minutes trying to figure out how to make the vertical line Looked at ascii tables and symbols in MS Word and haven't yet figured it out. OK so how do you reproduce it ?
thanks
Mike
|
|
| Back to top |
|
 |
TalonTSi
Corporal

 Joined: Mar 16, 2003 Posts: 55 Location: Canada
|
Posted: Tue Jun 24, 2003 1:45 pm Post subject: |
|
|
| redmike wrote: | Just spent 20 minutes trying to figure out how to make the vertical line Looked at ascii tables and symbols in MS Word and haven't yet figured it out. OK so how do you reproduce it ?Mike |
On my keyboard, the vertical line is on the same key as the backslash character, which is above my Enter/Return key. Shift-Backslash should do the trick. _________________ --Darren.
|
|
| Back to top |
|
 |
redmike
Cadet

 Joined: Jun 24, 2003 Posts: 6 Location: UK
|
Posted: Tue Jun 24, 2003 4:36 pm Post subject: |
|
|
thanks Darren,
I thought that that was the pipe sign
Just trying the "quick reply" for the 2nd time and if it doesn't work I'll do the "quote",
regards
Mike
|
|
| Back to top |
|
 |
redmike
Cadet

 Joined: Jun 24, 2003 Posts: 6 Location: UK
|
Posted: Sat Jun 28, 2003 10:14 pm Post subject: |
|
|
thanks for your help and my filters are working well
I got an email today that had a similar address i@spam.com.com which the program couldn't blacklist because the return address wasn't good.
so should I use the / after both .. i@spam./com./com
regards
Michael
|
|
| Back to top |
|
 |
redmike
Cadet

 Joined: Jun 24, 2003 Posts: 6 Location: UK
|
Posted: Sat Jun 28, 2003 10:17 pm Post subject: |
|
|
sorry. just realised that I should have written I@spam\.com\.com - getting late here. Mike
|
|
| Back to top |
|
 |
TimeGhost
Captain

 Joined: Apr 11, 2003 Posts: 747 Location: USA
|
Posted: Mon Jun 30, 2003 8:15 pm Post subject: |
|
|
Yes, you should "escape" each dot.
|
|
| Back to top |
|
 |
redmike
Guest IP: 213.78.*.*
|
Posted: Mon Jun 30, 2003 8:28 pm Post subject: |
|
|
| TimeGhost wrote: | | Yes, you should "escape" each dot. |
thanks
Mike
|
|
| Back to top |
|
 |
|
|