procmail
[Top] [All Lists]

Re: Scoring for a header

2004-04-28 09:58:53
On Wed, Apr 28, 2004 at 10:42:56AM -0600, LuKreme wrote:
On 28 Apr 2004, at 28d, 10:32, Scott Wiersdorf wrote:
This isn't a ':0B' recipe is it? Have you tried:

 * 9876543210^0 H ?? ^Cc:

No, the recipe is simply:

:0
* 9876543210^0 ^Cc:
* 9876543210^0 ^To:.*,
{
  stuff...
}

This seems to work on my box. No trailing '.*' necessary:

  procmail: Score: 2147483647 2147483647 "^Cc:"

with this recipe:

  :0
  * 9876543210^0 ^Cc:
  * 9876543210^0 ^To:
  {
    LOG="GOT IT!${NL}"
  }

Are you certain what you're seeing in the logs correlates with the
test message you're sending?

Scott
-- 
Scott Wiersdorf
scott(_at_)perlcode(_dot_)org

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>