On Thu, Jun 02, 2005 at 09:41:49AM +0100, Ian Eiloart wrote:
> >if $message_headers: contains "[EMAIL PROTECTED]"
> >then
> >  unseen deliver [EMAIL PROTECTED]
> >endif
> >
> >
> 
> That's not going to work if the recipient is a Bcc: recipient.

Yes it does, I've just tested it.
-------------------------------------------------------
if $message_headers: contains "[EMAIL PROTECTED]"
then
        unseen save $home/Maildir/crud/
        save $home/Maildir/
endif
-------------------------------------------------------

I ended up with two copies of an email I was bcc'd to.

> Also, that's 
> an exim filter snippet, which isn't going to be run if you are delivering 
> all your mail to an Exchange server (I think).

The OP said:
>>I have decided to complete the request on the Exim gateway
>>(relay) server.

So I suspect it goes through the Exim server on its way to the
Exchange one.

Steven.
-- 
 .''`.
: :'  :
`. `'`
  `-

-- 
## 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/

Reply via email to