SpamBlocker 4.4.3

SpamBlocker with system_filter unseen save

Hi,

Sorry my english!

I use spamblocker 4.4.3 and add some lines in /etc/exim.conf file:

Code:
#EDIT#5:
system_filter = /etc/system_filter.exim
system_filter_directory_transport = local_copy_outgoing

#TRANSPORT
local_copy_outgoing:
  driver = appendfile
  delivery_date_add
  envelope_to_add
  return_path_add
  group = mail
  user = "${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}"
  mode = 0660
  maildir_format
  create_directory

And some lines in /etc/system_filter.exim file:

Code:
if not first_delivery
then
  finish
endif

if $sender_address_domain is mydomain.com
then
  unseen save /home/myuser/imap/mydomain.com/$sender_address_local_part/Maildir/.Sent/
endif

Before use spamblocker, everything OK, but now when send from outlook mail not copy to /home/myuser/imap/mydomain.com/$sender_address_local_part/Maildir/.Sent/ and receive error mail:

Code:
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  save to /home/myuser/imap/mydomain.com/mater/Maildir/.Sent/
    generated by system-filter
    retry timeout exceeded
Reporting-MTA: dns; server.135.vn

Action: failed
Final-Recipient: rfc822;/home/myuser/imap/mydomain.com/mater/Maildir/.Sent/
Status: 5.0.0

Pls help!
 
Back
Top