OK, I thought I was able to FINALLY install mail filters and have them
working in sqwebmail.
Apparently I was wrong, I can edit them no problem with sqwebmail but they
do not filter.
The filters I am pretty sure are correct.
Here are the settings I have:
----Maildir/maildirfilterconfig -----
MAILDIRFILTER=../.mailfilter
MAILDIR=./Maildir
----.mailfilter----
#MFMAILDROP=1
#
# DO NOT EDIT THIS FILE. This is an automatically generated filter.
FROM='[EMAIL PROTECTED]'
##Op:startswith
##Header:Delivered-To
##Value:sqwebmail@inter7\.com
##Folder:.lists.sqwebmail
##Name:sqwebmail
if ((/^Delivered-To: *sqwebmail@inter7\.com/))
{
to "./Maildir/.lists.sqwebmail/."
}