Hi,
I've a problem on wirting a rule for maildrop. A copy of some Messages should 
be forwarded to another eMail-Adress, but without any attachments. I have 
tried altermime to ripp the attachments and it works fine. But how can I 
forward a copy of the message after filtering?

I want to have something like this:
if (/^To:[EMAIL PROTECTED]/ )
  {
    cc {
       xfilter "alteremime --removeall --input=-"
        "[EMAIL PROTECTED]"
    }
    to $DEFAULT
  }

How does the correct way look like?

Thanks & regards
  Volker




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to