[quote user="Gravy Jones"]I am using pegasus mail on the command line with the -J option. This is a great option and it works for me.
My question is this: How can I prevent Pegasus from adding the following block of text to my messages.
-------------- Enclosure number 1 ----------------
* This message contains the file 'qb.dat', which has been
* uuencoded. If you are using Pegasus Mail, then you can use
* the browser's eXtract function to lift the original contents
* out to a file, otherwise you will have to extract the message
* and uudecode it manually.
My -J options are:
QB.RQF
!M:145
!T:12
TO:noone@nowhere.gov
SU:Hello
EN:0
CS:0
RC:1
DC:1
UR:1
SS:1
EX:0
AT:C:\Program Files\PMAIL\Programs\qb.dat,unknown,text/plain,qb.dat
Thanks if you can answer this question; otherwise I will just live with it and explain to my recipients that the text file really is plain/text and not uuencoded.
Gravy
[/quote]
Try changing the AT line to the following:
AT:C:\Program Files\PMAIL\Programs\qb.dat,text,text/plain,qb.dat
Don't know if it will work, but the second parameter is supposed to be the "attachment type" and you have "unknown" there.
<p>[quote user="Gravy Jones"]I am using pegasus mail on the command line with the -J option. This is a great option and it works for me.
My question is this: How can I prevent Pegasus from adding the following block of text to my messages.
-------------- Enclosure number 1 ----------------
* This message contains the file 'qb.dat', which has been
* uuencoded. If you are using Pegasus Mail, then you can use
* the browser's eXtract function to lift the original contents
* out to a file, otherwise you will have to extract the message
* and uudecode it manually.
My -J options are:
<b>QB.RQF
!M:145
!T:12
TO:noone@nowhere.gov
SU:Hello
EN:0
CS:0
RC:1
DC:1
UR:1
SS:1
EX:0
AT:C:\Program Files\PMAIL\Programs\qb.dat,unknown,text/plain,qb.dat
</b>Thanks if you can answer this question; otherwise I will just live with it and explain to my recipients that the text file really is plain/text and not uuencoded.
Gravy
[/quote]</p><p>Try changing the AT line to the following:
AT:C:\Program Files\PMAIL\Programs\qb.dat,text,text/plain,qb.dat
Don't know if it will work, but the second parameter is supposed to be the "attachment type" and you have "unknown" there.
&nbsp;</p>