11-02-2007 07:12 PM
There are two distinct emails that come in at a minimum of four times a day throughout the company. The two display names are
The Full Envelope Sender is below (respectively).
"NewDishPromotions" <Ricky@Spectaculation.ASPENN-SMALL.INFO>
"ResortGiveAways" <Paige@Spectaculation.ASPENN-FLORAL.INFO>
mail-from == "(?i)NewDishPromotions*"
mail-from == "(?i)ResortGiveAways*"
mail-from == "(?i)\bNewDishPromotions\b"
mail-from == "(?i)\bResortGiveAways\b"
11-02-2007 07:25 PM
Instead of mail-from, try:
header("From") == "(?i)(NewDishPromotions|ResortGiveAways)"
11-02-2007 10:05 PM
That seems to be the right filter, hard to test since the Trace feature does not check for the From header. Will have to wait for some additional spam.
YEAH!
11-03-2007 05:20 AM
That seems to be the right filter, hard to test since the Trace feature does not check for the From header.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide