bug-anubis
[Top][All Lists]
Advanced

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

Re: [bug-anubis] Rewriting From: address


From: Sergey Poznyakoff
Subject: Re: [bug-anubis] Rewriting From: address
Date: Wed, 13 Aug 2003 11:36:41 +0300

Hello Jim,

> I've installed anubis to see if I can duplicate the send-hook capability
> of the mutt MUA, where it can automatically select a different From:
> address depending on the main recipient of a message.

You will need to use the newer version of Anubis to do so. Currently
we are preparing the release of 4.0. The recent alpha release is
available at anonymous

          ftp://mirddin.farlep.net/pub/alpha/anubis-3.9.91.tar.gz

(md5sum: 042247a8be1e3d37edaf713c6084ea54)
          
This release uses the improved syntax of the configuration files,
please read the file NEWS for a list of differences between 3.9.91
and 3.6.2. See the accompanying documentation for the detailed
description of the syntax.

To achieve the desired functionality, add the following statement
to your RULE section:

if header[To] "targetaddress"
  if header[From] ".*@(.*)"
    modify [From] "address@hidden"
  fi
fi

Should you have any questions or problems, please do not hesitate to
write to <address@hidden>.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]