Re: Rule to select sender starting with string

2006-04-27 Thread Matt Kettler
Andrew wrote: > Matt Kettler wrote: >> Al Danks wrote: >> >>> Matt Kettler evi-inc.com> writes: >>> >>> >>> >>> Try a rule something like this: L_FROM_STRING header From =~ /$string/ >>> >>> It appears that the rule is also hitting senders with the string >>> fo

Re: Rule to select sender starting with string

2006-04-27 Thread Andrew
Matt Kettler wrote: Al Danks wrote: Matt Kettler evi-inc.com> writes: Try a rule something like this: L_FROM_STRING header From =~ /$string/ It appears that the rule is also hitting senders with the string following a . I.e. From =~ /$com/ hits comalksdfl.net aksafjdla.com

Re: Rule to select sender starting with string

2006-04-26 Thread Matt Kettler
Al Danks wrote: > Matt Kettler evi-inc.com> writes: > > > >> Try a rule something like this: >> >> L_FROM_STRING header From =~ /$string/ >> >> >> > > It appears that the rule is also hitting senders with the string following a . > > I.e. From =~ /$com/ hits > > comalksdfl.net > > aksaf

Re: Rule to select sender starting with string

2006-04-26 Thread Al Danks
Matt Kettler evi-inc.com> writes: > Try a rule something like this: > > L_FROM_STRING header From =~ /$string/ > > It appears that the rule is also hitting senders with the string following a . I.e. From =~ /$com/ hits comalksdfl.net aksafjdla.com Al

Re: Rule to select sender starting with string

2006-04-26 Thread Matt Kettler
Al Danks wrote: > We are getting a lot of spam where the sender domain name changes, but the > sender always starts with a specific string. > > We've only done a little bit of custom rule writing. How do we do a rule to > get > the sender starting with a specific string? Try a rule something lik

Re: Rule to select sender starting with string

2006-04-26 Thread Mike Jackson
We are getting a lot of spam where the sender domain name changes, but the sender always starts with a specific string. We've only done a little bit of custom rule writing. How do we do a rule to get the sender starting with a specific string? You could probably just do something like this:

Rule to select sender starting with string

2006-04-26 Thread Al Danks
We are getting a lot of spam where the sender domain name changes, but the sender always starts with a specific string. We've only done a little bit of custom rule writing. How do we do a rule to get the sender starting with a specific string? Thanks, Al