SMESERVER 9.2
I use get mail to fetch emails.
getmail uses either procmail or maildrop.
Still the same behavior.
following .procmailrc file:
# !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at
http://www.contribs.org/development/#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
# ---- Defaults ------------------
SHELL=/bin/bash
DEFAULT=$HOME/Maildir/
FORMAIL=/usr/bin/formail
MAILDIR=$HOME/Maildir/
PMDIR=$HOME
SENDMAIL=/usr/sbin/sendmail
# ---- some logging------------------
VERBOSE=no
LOGFILE=$HOME/procmail.log
# ---- delete duplicates -------
:0 Wh: msgid.lock
| $FORMAIL -D 8192 msgid.cache
# ---start of Global rules---------
:0
* ^Subject.*[SPAM]
$MAILDIR/.junkmail/
# ---- to the inbox------------------
:0 w
| /usr/libexec/dovecot/deliver
# ---- end of rules ------------------
.procmailrc (END)
Systemwide Spam forwarding is disabled for testing purposes.
What could cause this behavior? Only locally delivered mail from getmail gets in the inbox. But than the filtering does not work.