
azher at hep
Jul 2, 2009, 8:17 PM
Views: 445
Permalink
|
|
Exim .forward with Maildir
|
|
Hi, I am using MailScanner with Exim using Maildir and it works fine. Now I am trying to use .forward for email filtering (i.e. move SPAM tagged messaged by MailScanner in users homedir/SPAM), however i am getting some errors. error: 2009-07-02 19:54:25 1MMYup-00019N-TB == /home/azher/Maildir/.SPAM/ [1]<azher[at]mail-ul.caltech.edu> R=userforward defer (-30): transport "address_directory" not found in userforward router I have tried following the post, but no luck: [2]http://mail-archives.apache.org/mod_mbox/spamassassin-users/200404. mbox/ Any help / pointer would be appreciated. -Azher ============================= .forward # Exim filter if error_message then finish endif if $h_Subject: contains "Disarmed" then save Maildir/.SPAM/ endif -------------- exim.conf userforward: driver = redirect check_local_user # local_part_suffix = +* : -* # local_part_suffix_optional file = $home/.forward allow_filter no_verify no_expn check_ancestor file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply directory_transport = address_directory ------------ References Visible links 1. mailto:azher[at]mail-ul.caltech.edu 2. http://mail-archives.apache.org/mod_mbox/spamassassin-users/200404.mbox/%3CNAELLANKCCGNAJLGFMDFCEPCCPAA.tom[at]thevivians.net%3E Hidden links: 3. http://mail-archives.apache.org/mod_mbox/spamassassin-users/200404.mbox/%3CNAELLANKCCGNAJLGFMDFCEPCCPAA.tom[at]thevivians.net%3E -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
|