On 16 Jul 2004, [EMAIL PROTECTED] wrote:

> the main goal is that only certain users (they have to agree with
> spam-filtering) should use the antispam-filter. because of german law it is
> not allowed to use filter based on text-analyses (like searching for special
> words or somthing like that) without the sanction of the user -> it was not
> (lawful) possible to do the spam-filtering on our mailgateway. so i have to
> give the user a way to choose antispam-filtering for his mailbox or not. the
> easiest way i see was to include it by setting the described mailfilter.
> 
> if you have any other idea to implement this, please tell me... 

Check the recipient username (I forget the environment variable) in
the QMAILQUEUE script against a "antispam" list or against the LDAP
attributes that interest you.  That will give you just one setup for
all the users.

If there's no environment variable, you can probably grab it from the
message itself as it passes by.

Ted

Reply via email to