[WBEL-users] WBEL-List and maildrop

christian.huegel@fedoraforum.de christian.huegel@fedoraforum.de
Thu, 18 Nov 2004 10:55:33 +0100 (CET)


Hi everybody,

i have a problem filtering mails from the WBEL-List. The other filters in
my maildroprc files are ok and mails are delivered in the right folder.
I´ve tried different constelations but none worked. This is the part for
the WBEL-List in my maildroprc-file:


if (/^List-Id:.*whitebox-users*/)
{
    exception {
        to $HOME/.Maillist.WBEL-User/
  }
}

I´ve tried also this:

if (/^(From|To|Cc):.*whitebox-users*/)
{
    exception {
        to $HOME/.Maillist.WBEL-User/
  }
}

...with no success.
Does anybody use maildrop with a proper mailfilter-rule?
Thanks in advance.

Christian