Hello,
 
Here's a quick tip.
 
Take a particular line in your email / newsletter. For this example, I'll took "John (888) 555-1212".
 
-=-=
Subject: Package received
 
 
Hiya Bob, call me for delivery options.
 
John (888) 555-1212
-=-=
 
 
Open your Modus console and go in Anti-Spam / Custom Filters.  Create a custom filter like this one :
 
if body :text :contains "John (888) 555-1212" { stop ; }
 
This line will whitelist every mail that contains this string. Be sure to use a unique line that is not used in spams (if your phone # appears in some spam, you're screwed ehhe). The line will whitelist by the content and not the TO or FROM like the whitelisting feature. You can also use the "subject" filter :
 
if header :contains "subject" "ABC Inc. Newsletter" { stop ; }
 
Be sure to ENABLE the custom filter (button at your right).
 
** THIS IS THE FIRST CAUSE OF SPAM GETTING THROUGH!  DOUBLE CHECK YOUR FILTERS BEFORE USING IT!! **
 
 
 
Happy Holidays!
 
Marc C.
 
 
 
----- Original Message -----
Sent: Tuesday, December 30, 2003 6:44 PM
Subject: [Modus] Allow filter

Is there a way to specifically allow an email to bypass all the filters on modus?

 

 

 

 

 

 

 

*************************************************************************
Steven Blanton   ASEE, MCP+I, MCSE
Systems Engineer
209-245-5900 x109

[EMAIL PROTECTED]

Central House  http://www.centralhouse.net
Global Internet Access, Corporate Internet Access, Corporate Network Solutions,
E-Training/Certification Over 900 Classes Available, as low as $50.00 per year

*************************************************************************

Ask about Central House Accelerator Speed up your Internet Browsing 3-7 times for as low as $5.00 per month.

 

Reply via email to