Greg Jorgensen <[EMAIL PROTECTED]> wrote:

>I'm trying to set up a filter that reads incoming mail. I wrote the
>filter, tested it at the command line, then installed it in my
>.qmail-default file in my home directory:
>
># .qmail-default
>|/bin/python mailfilter.py
>./Maildir/
>
>When I send mail to myself it goes to my maildir but the filter isn't
>executed.  In fact NOTHING I put in the .qmail-default file is
>executed. I tried:
>
>|touch /home/greg/qmail-was-here
>
>But that didn't do anything, either.

Sounds like your .qmail-default isn't being used. What address are you
sending to? Your .qmail-default should catch all username-something
addresses (unless there's a .qmail-something file). If you're just
sending to "username", that'll be handled by .qmail, not
.qmail-default.

-Dave

Reply via email to