Dannik
Verified User
Great! I'll give this a try 
Thanx.

Thanx.
Try Jocker's solution. That one works![]()
sa-update -D
I have the same problem i have it since the update of dovecot.
I'm going a bit off-topic, sorry.... but ever since I've seen Pigeonhole being associated with Dovecot recently, I've held-off from updating Dovecot.. Is Pigeonhole just in CB2 (I use 1.2)?Do you have Pigeonhole (Sieve) installed with Dovecot?
I have the same problem i have it since the update of dovecot.
Just a guess, do you have Pigeonhole (Sieve) installed with Dovecot?
# vi /usr/local/directadmin/data/templates/filter_base
change
if error_message then finish endif
to
if not first_delivery and error_message then finish endif
# perl -pi -e "s/if\ error_message\ then\ finish\ endif/if\ not\ first_delivery\ and\ error_message\ then\ finish\ endif/g" /etc/virtual/*/filter
# Exim Filter
# created by |NAME|, version |VERSION|
# Do not modify this file as any changes will be
# overwritten when the user makes a change.
# (data is only written to this file, not read)
[COLOR=#008000]|*if BLOCKLEVEL|
if
$h_X-Spam-Level: contains "|BLOCKLEVEL|"
then
seen finish
endif
|*endif|[/COLOR]
[COLOR=#ff0000]|SPAMFILTERS|[/COLOR]
[COLOR=#0000ff]if error_message then finish endif[/COLOR]
|WORDFILTERS|
|ADULTFILTERS|
#end filter
[COLOR=#000000][FONT=courier new]echo "action=rewrite&value=filter" >> /usr/local/directadmin/data/task.queue[/FONT][/COLOR]