You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Rick Duval <ri...@duvals.ca> on 2008/05/22 17:29:04 UTC

Splitting cc:'s

If I have customer per user filtering I need ot have separate emails to work
upon but if a email comes cc'd to 3 people at the same domain is there a way
to handle that?

Exim is my MTA, perhaps a way to have it generated multiple copies?

Rick

RE: Splitting cc:'s

Posted by "Martin.Hepworth" <ma...@solidstatelogic.com>.
You can do this with an "incestuous" call to exim. Make this your first
router:

split:
   driver = accept
   domains = the.domains.you.want.to.do.this.for
   condition = ${if eq {$received_protocol}{split}{no}{yes}}
   transport = send_to_self
   no_verify

Add this transport:

send_to_self:
   driver = pipe
   batch_max = 1
   use_bsmtp
   command = /usr/sbin/exim -oMr split -bS
   user = exim

--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300

> -----Original Message-----
> From: duval.rick@gmail.com [mailto:duval.rick@gmail.com] On Behalf Of Rick
> Duval
> Sent: 22 May 2008 16:29
> To: users@spamassassin.apache.org
> Subject: Splitting cc:'s
>
> If I have customer per user filtering I need ot have separate emails to
> work upon but if a email comes cc'd to 3 people at the same domain is
> there a way to handle that?
>
> Exim is my MTA, perhaps a way to have it generated multiple copies?
>
> Rick





**********************************************************************
Confidentiality : This e-mail and any attachments are intended for the 
addressee only and may be confidential. If they come to you in error 
you must take no action based on them, nor must you copy or show them 
to anyone. Please advise the sender by replying to this e-mail 
immediately and then delete the original from your computer.
Opinion : Any opinions expressed in this e-mail are entirely those of 
the author and unless specifically stated to the contrary, are not 
necessarily those of the author's employer.
Security Warning : Internet e-mail is not necessarily a secure 
communications medium and can be subject to data corruption. We advise 
that you consider this fact when e-mailing us. 
Viruses : We have taken steps to ensure that this e-mail and any 
attachments are free from known viruses but in keeping with good 
computing practice, you should ensure that they are virus free.

Red Lion 49 Ltd T/A Solid State Logic
Registered as a limited company in England and Wales 
(Company No:5362730)
Registered Office: 25 Spring Hill Road, Begbroke, Oxford OX5 1RU, 
United Kingdom
**********************************************************************