Whatever I do I am not able to get maildrop to process the
files which sqwebmail create, my eyes are hurting because of
reading documents. I must be missing something somewhere...

I have this in qmail-send run file

#!/bin/sh
env env - PATH="/var/qmail/bin:/usr/local/bin" \
qmail-start '| /var/qmail/bin/preline /usr/local/bin/maildrop'

The mails are delivered to users always.
I couldnt even break the system 
I tried to put after maildrop -M location_of_file
./Maildir/.mailfilter
../.mailfilter
./mailfilter
and none has any effect.

any suggestions?

#MFMAILDROP=2
#
# DO NOT EDIT THIS FILE.  This is an automatically generated filter.

FROM='[EMAIL PROTECTED]'
import SENDER
if ($SENDER eq "")
{
  SENDER=$FROM
}

##Op:hasrecipient
##Header:
##Value:[EMAIL PROTECTED]
##Folder:.Trash
##From:
##PlainString
##Name:test


if ((hasaddr("[EMAIL PROTECTED]")))
{
    to "./.Trash/."
}

to "./."


Evren


Reply via email to