On Thu, 17 Feb 2005 06:49:00 +0000, Peter Bowyer wrote
> On Thu, 17 Feb 2005 10:13:12 +0530, Kausalya Ramaswamy
> <ksri@???> wrote:
> > Hi all
> >
> > I am running debian testing + exim4 An interesting thing happening is
that
> > with a .forward in teh home directory, spam tagged mails are retained
> > locally and non spam tagged mails are forwarded. How to forward all mails
> > whether spamtagged or not. I am doing the spamtagging at the incoming
mail
> > exchanger. Thanks in advance
>
> Hard to say without seeing your config file. But it sounds like a
> router which is handling spam-tagged messages is hit before the
> redirect router which deals with .forward files, so the spam tagged
> messages don't make it to the redirect router.
>
> Peter
> --
> Peter Bowyer
> Email: peter@???
> Tel: +44 1296 768003
> VoIP: sip:peter@???
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Hi
This is my exim userforward router
userforward:
debug_print = "R: userforward for $local_part@$domain"
driver = redirect
domains = +local_domains
check_local_user
file = $home/.forward
no_verify
no_expn
check_ancestor
allow_filter
directory_transport = address_directory
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
skip_syntax_errors
syntax_errors_to = real-$local_part@$domain
syntax_errors_text = \
This is an automatically generated message. An error has\n\
been found in your .forward
Any modification has to be done in this
Thanks & Regards
Kausalya Ramaswamy
Scientific Officer - C
Computer Centre, TIFR,
Mumbai - 400005. INDIA