I am actually having problems with maildrop reading my mailfilter file.
I have set up maildrop to work with vpopmail as described in 
http://msgs.securepoint.com/cgi-bin/get/qmail0208/350/1/1/1/1.html

At first  I had the following in my 
/home/vpopmail/domains/xyz.com/.qmail-default file
#| preline maildrop mailfilter
And got this error
maildrop:_Unable_to_open_filter_file,_errno=2

Then I changed it to this
#| preline maildrop
And got this Error
deferral:maildrop:_Cannot_have_world/group_permissions_on_the_filter_file_-_for_your_own_good./

I changed the permissions/ownership on the /home/vpopmail/.mailfilter 
file and got this
 deferral: .mailfilter(40):_Missing_}

Im stumped at this point.

*****What is keeping maildrop from reading /finding the mailfilter 
file?******

I built maildrop-1.4.0-1.7.2.rpm from maildrop-1.4.0.tar.gz.

Here is the /home/vpopmail/.mailfilter file I am using
############################################
VPOP="| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox"
VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST`
VUSR=`/home/vpopmail/bin/vhmchk.pl $EXT $HOST`
SPAM=`/home/vpopmail/domains/xyz.com/spam/Maildir`

if ( $SIZE < 262144 )
{
         exception {
                 xfilter "/usr/bin/spamc -f -u $VUSR@$HOST"
         }
}

if (/^X-Spam-Flag: *YES/)
{
         exception {
                 include $VHOME/Maildir/.mailfilter
         }
  ## IF YOU WANT TO GATHER ALL SPAM INTO 1 MAILDRIR
         exception {
                 to $SPAM
         }
  ## OR IF YOU WANT TO DELIVER SPAM TO THE USERS MAILDIR
#         exception {
#                to "$VPOP"
#                 exit
#         }
#}
#else
#{
#         exception {
#                 include $VHOME/Maildir/.mailfilter
#         }
#         exception {
#                 to "$VPOP"
#                 exit
#         }
#}
############################################



Kris wrote:

>On Thu, Oct 10, 2002 at 01:11:05PM -0400, Blaine wrote:
>  
>
>>Now all I need to do is get Maildrop to keep the spam out of the users 
>>inbox.
>>    
>>
>
>Could you provide more details on this?  I have the same setup
>(qmail-scanner + SA) and I have a list of keywords that I need to drop
>and not mark as spam.
>
>  
>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to