
Not applicable
Created on ‎07-02-2007 09:23 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whitelist email addresses
What is the proper way to whitelist a domain address ?
For instance I want to whitelist any emails coming from solvport.com
I have tried this several ways and these messages are still being tagged as SPAM.
*.solvport.com Wildcard Clear
*.solvport\.com reg ex Clear
Trouble is I have to wait for another message to find out if the whitelist is working or not.. if someone could club me over the head with the proper format to whitelist a domain I' d greatly appreciate it.
I wish the help section had some more and better examples of how to do just a basic whitelist entry..
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try:
/solvport\.com/i as Regexp
' *' has different meaning in regexp and wildcard; in general ' *' beggining match expression it' s not a good idea.
regards
/ Abel
regards
/ Abel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So which is better? Do wildcards work 100% or are they hit and miss. Do perl expressions work better?
I am just wondering because I whitelisted a few domains on mine with wildcards and I think that some e-mails from those domains are still being tagged as spam.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ORIGINAL: Schooner So which is better? Do wildcards work 100% or are they hit and miss. Do perl expressions work better?I don' t know if that question is useful. Regexp brings to you granularity ' at extreme' ; you can match accurately everything you need with regexp; the drawback is learning curve. Wildcard are just that; simpler, if the job is done, ok, but if not...
regards
/ Abel
regards
/ Abel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You' re right... I was wondering if wildcards were perhaps not as accurate because I hadn' t configured mine to be used within a protection profile. I now understand that they are just two different methods of filtering.

Not applicable
Created on ‎07-06-2007 12:12 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I only use the regexp.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well I just figured out that I needed to associate my BWL with a protection profile... that' s why my wildcard statements weren' t working. I have been looking at the perl expressions though... I think I might start using those instead.

Not applicable
Created on ‎07-10-2007 11:37 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does regexp require more CPU processing or any other resource than wildcard?

Not applicable
Created on ‎07-30-2007 12:50 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have tried to add below configuration but some of my email are still being tagged as SPAM.
/rodalink\.com/i as Regexp
/polygoncycle\.com/i as Regexp
Is there any configuration that I need to check of?
Fyi, I used F-100A with FortiOS 3.000.
Thanks,
Donny Christiaan.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any configuration that I need to check of? Fyi, I used F-100A with FortiOS 3.000.Assuming that your protection profile is checking Black/White List and it' s indeed applied to the relevant incoming SMTP firewall policy, the issue may be trickier: AS logs should give you a key about this; Look the AS filter order at: http://kc.forticare.com/default.asp?id=539&Lang=1&SID= Whitelisting email address applies after RBL/Fortiguard/Helo DNS lookup/IP address BWL; Maybe those another filters are catching those incoming mails. As said above, check AS logs for the clue.
regards
/ Abel
regards
/ Abel
