On Tue, Jan 25, 2005 at 10:54:55AM +0000, Eduardo Costa wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I have a problem. I installed qmail-ldap with > qmail-ldap-1.03-20041201.patch and I installed to the qmail-scanner with > clamav anti-virus. Before I installed teh spamassassin and I used the > safecat for each user filter it's emails. The problem it's the users > receive one message without being filtered and the same message but > filtered with spamassassin. I want that the users receive just one > message filtered with spamassassin. The script that each user use it's: > > #!/bin/bash > spamassassin -P |maildir ./Maildir/ >
Either use |/path/to/script as your default delivery (aka last arg to qmail-start) or set deliverymode to nolocal. -- :wq Claudio
