Re: adding attachments list on msg send

2003-09-08 Thread Roelof Otten
Hallo David,

On Mon, 8 Sep 2003 16:13:37 +0100GMT (8-9-03, 17:13 +0200, where I
live), you wrote:

DB> ... I guess, theoretically at least, one could set up an outgoing mail
DB> filter that intercepted the message and created a new one adding the
DB> ATTACHMENTS macro onto the original mail.

No, you can't. The outgoing filters are triggered after the message is
sent.

-- 
Groetjes, Roelof



Current version is 2.00 | "Using TBUDL" information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: adding attachments list on msg send

2003-09-08 Thread David Boggon

Hi Joseph,

Thanks for your reply.

on 8/9/03 you wrote:

JN> the next best thing I've found is to create a short QT
JN> that can be typed in the message at the end, before sending.

Yes of course. I had not thought of adding the text to the macro,
though.

JN> %IF:"%ATTACHMENTS"!="":"Attached file(s): %ATTACHMENTS."

There is a much longer QT on the FAQ page:
http://www.silverstones.com/thebat/Library.html#attachments+listing
which purports to do the same thing. I don't really understand regex and so I
can't decipher the difference.

JN> unless there is a way to do exactly what you--and I and no doubt others--are
JN> looking for

... I guess, theoretically at least, one could set up an outgoing mail
filter that intercepted the message and created a new one adding the
ATTACHMENTS macro onto the original mail.

Do the outgoing mail filters ~catch~ mail before they are
sent?

Has anyone ever tried this?


-- 

David Boggon

[EMAIL PROTECTED]


Tyranny cuts off the singer's hand
But the voice from the bottom of the well
Returns to the secret springs of the earth
- Pablo Neruda


Using The Bat! 2.00 on Windows 2000
Service Pack 4



 




Current version is 2.00 | "Using TBUDL" information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: adding attachments list on msg send

2003-09-08 Thread Joseph N.
   On Monday, September 08, 2003, David Boggon wrote in
:

DB> I want to use the %ATTACHMENTS macro to list attached files
DB> automatically, but I don't attach files until I'm just about to
DB> send them.

David,

Perhaps (hopefully) someone will improve on this response, but, unless
there is a way to do exactly what you--and I and no doubt others--are
looking for, the next best thing I've found is to create a short QT
that can be typed in the message at the end, before sending. (If you
send attachments nearly always, you could even put the QT in your
templates and just press ctrl+spacebar before you send it to the
outbox.) The QT I use, invoked by the easily remembered "att", is:

%IF:"%ATTACHMENTS"!="":"Attached file(s): %ATTACHMENTS."

-- 
JN



Current version is 2.00 | "Using TBUDL" information:
http://www.silverstones.com/thebat/TBUDLInfo.html