[exim] Multiple Subject Lines

Top Page
Delete this message
Reply to this message
Author: Jonathan Asghar
Date:  
To: Exim-users
CC: 
Subject: [exim] Multiple Subject Lines

   Hello All,
    I looked around the archives and couldnt find an answer.  I push an 
email though my server and get three subject lines repeated on the 
email.  ie --->
From:       jasghar@???
    Subject:     [foo.org] Re: [foo.org] Greetings
    Subject:     [foo.org] Re: [foo.org] Greetings
    Subject:     [foo.org] Re: [foo.org] Greetings
    Date:     May 24, 2005 10:51:13 AM CDT
    To:       mcdaniel@???
    Cc:       faculty@???


and our exim.conf has this tacked on for the system aliases router--->
system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/aliases}}
# user = exim
file_transport = address_file
pipe_transport = address_pipe
# Tag the header
headers_remove = "subject"
headers_add = "Subject: [foo.org] $h_subject:"


Any ideas? I am really stuck.

-J