On Fri, 23 Mar 2007, Loren Wilton wrote:

> Well, of course you can't "block" with SA itself.  But I assume you knew that.
>
> You can't do what you want quite the way you showed it.  But you can get the 
> effect you want:
>
> header __MC_MY_FROM    From =~ /[EMAIL PROTECTED]/i
> header __MC_MY_ENV    Envelope-to =~ /[EMAIL PROTECTED]/i
> header __MC_MY_SUB    Subject     =~ /Mailing list subject/i
> meta MC_MY_RULE __MC_MY_FROM && __MC_MY_ENV && __MC_MY_SUB
> score MC_MY_RULE    10.0

Don't forget:
1) this is predicated upon the 'Envelope-to' being available to SA, not
   all configurations do that.
2) What if another user at your site also subscribed to that list and
   wanted it. The mail message can have multiple 'Envelope-to' addrs.
   Then you'd have a FP for the second user.


-- 
Dave Funk                                  University of Iowa
<dbfunk (at) engineering.uiowa.edu>        College of Engineering
319/335-5751   FAX: 319/384-0549           1256 Seamans Center
Sys_admin/Postmaster/cell_admin            Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{

Reply via email to