[pmmail-list] canned reply
Menno Tillema
pmmail-list@blueprintsoftwareworks.com
Sat, 23 Jun 2001 13:21:52 +0200 (CDT)
On Sat, 23 Jun 2001 13:36:59 +0300 (EDT), Tommi Koivula wrote:
>
> Is it possible to change the FROM information when sending
canned reply? If I
> bounce something, I'd like to send mail from
postmaster@rbb.yi.org, not from
> tkk@iki.fi.
Maybe you can use this script (*use at your own risk*) as a manual
filter.
Tot mails, <Menno>
/* NOT TESTED */
SourceKey="From: your@email.address.herel"
ReplaceKey ="From: another@email.address.here"
Parse Arg FileName /* Get the message filename that is passed by
PMMail*/
InIndex=0
do while Lines(filename)>0
InIndex=InIndex+1
LineBuffer.InIndex=LineIn(FileName)
end /* do */
rc=LineOut(FileName) /* Close the file */
- pmmail-list - The PMMail Dicussion List ---------------------------
To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com with the first
line of the message body being...
UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com