On 15 Jul 2004, [EMAIL PROTECTED] wrote:

> i do something like this now by installing a second qmail-ldap an the same
> server but under a different path (e.g. /var/qmail-spam/), with same
> (ldap-)settings but with qmail-queue binary from my antispam-tool. then do a
> maildrop-filtering (deliveryProgramPath: /opt/maildrop/bin/maildrop
> .mailfilter) with setting special-header in the mail, qmail-inject it into
> qmail-scan queue by using a maildrop-filter-file like this:
> 
> 
> if ( !/^$ASHEADER/ )
> {
>     log "-------------------------------------------------------------
> Spam-Test"
>     xfilter "$PATHTOTOOLS/reformail -A'$ASHEADER'"
> 
>     to "|/var/qmail-spam/bin/qmail-inject"
> )
> 
> does anybody (hi Ted) think, that this was easier to debug ?  ;-)

I don't know what your exact requirements were.  Why did you do this
setup?  You explain how it works internally, but not why it was
created, or which messages go to the antispam qmail-ldap instead of
the main one.  It's certainly not easy to debug, but you don't show
how it would work better with a per-user QMAILQUEUE either.

Ted

Reply via email to