Hi,
In procmail you can set `MAILDIR=$HOME/Mail' and then you can:
|maildir dir
instead of
|maildir $HOME/Mail/dir
which would convert in maildrop to
to Mail/dir
But I haven't found out how to make it like:
to dir
I have quite a few folders and now I have to specify them all with the
``Mail/'' prefix.
The other question:
What is wrong with this recipy?
# dump all kind of m$ crap (99.99% virusses)
if (/^Content-Type:.*multipart/ && \
/^Content-Type:.*(audio/x-|application).*name=.*\.(ad[ep]|asd|ba[st]|chm|cmd|cpl|crt|dll|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[betw]|ms[cipt]|nws|ocx|ops|pcd|p[ir]f|reg|sc[frt]|sh[bsm]|swf|url|vb[esx]?|vxd|ws[cfh])/:b)
to Mail/zspam
maildrop complains about a missing ')', while emacs says they match
fine.
Ow yes, since I just switched: here is my maildroprc:
http://www.xs4all.nl/~hanb/dot-mutt/dot-mailfilter
Which is a conversion from my procmailrc:
http://www.xs4all.nl/~hanb/dot-mutt/dot-procmailrc
Perhaps people find it usefull as an example or have comments or
suggestions: please let me know.
And perhaps someone has a maildrop.el for emacs? I searched for it all
over but all you get is ``el maildrop'' in spanish.
PS. I am not subscribed to the list, I will read the archive but if you
want my answer please CC me.
# Han