[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: EXIM CONFIG



On Sun, Sep 19, 1999 at 09:39:14PM -0400, Peter Mickle wrote:
> hi and thanks in advance to anyone who can help...
> 
> i use exim, fetchmail, and mutt to handle mail over a dial-up/ppp
<snip>
> list a while ago. everything works well except removing the sender header.
> my exim.conf file has 
> 
> remote_smtp:
>  driver = SMTP
>  headers_remove = "sender"
>  transport_filter = " /usr/local/bin/outfilt"
> end
  
  I couldn't get it to remove the sender header either. Instead, I use a
  rewrite rule:

*@*    ${lookup{$1}lsearch{/etc/email-addresses}\                        
                                                {$value}fail} Frs 

  Where email-addresses has the form:

  localname:realname@domain.com

-- 
+---+----+-----+---+----+-----+---+----+-----+
|   YOUR AD HERE............1.900.FOO.BARZ   |
+-----+---+----+-----+---+----+-----+---+----+


Reply to: