On Fri, Apr 15, 2005 at 12:45:59AM +0200, Marco d'Itri wrote:
> severity 304718 normal
> thanks
> 
> On Apr 15, Julian Gilbey <[EMAIL PROTECTED]> wrote:
> 
> > Exim4 now correctly removes any Bcc: header, so maybe the default
> > /etc/Muttrc should be reverted to the upstream version in respect of
> > setting write_bcc.
> Finally! On which exim versions should mutt conflict?

Not clear:

(1) It seems this is exim4 behaviour, certainly the one in testing and
    unstable, but not exim 3.x behaviour.

(2) It would seem a shame to conflict with exim 3.x for such a minor
    matter.  How about, on clean install of mutt, doing something
    in the postinst like:

    exim=$(dpkg -l exim | tail -n 1 | cut -c 1)
    if [ "$exim" = i ]; then
        # mangle /etc/Muttrc to unset write_bcc
    fi

   Julian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to