1 message in net.sourceforge.lists.courier-maildrop[maildropl] vpopmail-qmail-maildrop
FromSent OnAttachments
Evren YurtesenJul 31, 2003 3:17 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] vpopmail-qmail-maildropActions...
From:Evren Yurtesen (yurt@ispro.net.tr)
Date:Jul 31, 2003 3:17:39 am
List:net.sourceforge.lists.courier-maildrop

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='yurt@ispro.net.tr' import SENDER if ($SENDER eq "") { SENDER=$FROM }

##Op:hasrecipient ##Header: ##Value:yurt@ispro.net.tr ##Folder:.Trash ##From: ##PlainString ##Name:test

if ((hasaddr("yurt@ispro.net.tr"))) { to "./.Trash/." }

to "./."

Evren