How to automatically CC ?

"Brian Archer" <[email protected]> Wed, 9 Jul 2008 12:29:43 -0700
Newsgroups gmane.mail.the-bat.devel
Message-ID <000a01c8e1fa$24141a70$6601a8c0@BARCHER>
Thanks for all of your help.
I added %BCC='[EMAIL PROTECTED]'%- (with an actual email address),
to my sendfile.tpl as shown:
 
%SetPattRegExp='C:\\Output\\(.*?)~~(.*?)\.txt'%-
%RegExpBlindMatch='%To'%-
%ModifyOnce(To)%-
%SetHeader(To,%SubPatt='1')%-
%SetHeader('X-Files','%SubPatt="2"')%-
%BCC='[EMAIL PROTECTED]'%-
%Subject="hello"
 
Hi %ABToFirstName="%ToFName", 

This is the message here.

 

 

However files now sit in Outbox with the To column showing:
recipient-BV/[email protected],[actual@emailaddress
<mailto:recipient-BV/[email protected],%5bactual@emailaddress> ]

and never get sent.

 

Also it apparently affects this Sorting Office filter: Del
C:\Output\%ToAddr~~%Header('X-Files').txt

 Because now files aren't deleted from C:\Output\.

 

Any additional help will be apprciated.

--