T.R | Title | User | Personal Name | Date | Lines |
---|
862.1 | Just in case you had not checked ... | AIMTEC::PORTER_T | Terry Porter, ALL-IN-1 Support, Atlanta CSC | Fri Jun 12 1992 21:36 | 5 |
| Could the recieving user have "Send Mail Reciepts" set to N in their
profile (can be changed from SWC). This will override a request for a
read reciept.
Terry
|
862.2 | User's can't get there from here | SHALOT::LANPHEAR | Test the water or turn the tide? | Sun Jun 14 1992 00:10 | 7 |
| Hi Terry,
No, they don't allow users to see or change that field. Everybody
sends receipts if requested. The strange value "Y" instead of "YES" in
the original message is what we think it is...
Thanks, Dan'l
|
862.3 | | FORTY2::ASH | Grahame Ash @REO | Mon Jun 15 1992 12:02 | 8 |
| Back in olden times, I think that the 'Y' did cause this problem (because the
code will be checking for the full word). I think you could get the 'Y' by
only entering that in the field and then tabbing backwards off the form.
But I also thought that Mail had been fixed AGES ago to chewck for the short
version!
grahame
|
862.4 | Just checking it didn't get generated | FORTY2::ASH | Grahame Ash @REO | Mon Jun 15 1992 12:03 | 3 |
| And there's definitely no read-receipt in the recipient's Outbox?
g
|
862.5 | New life for an old bug? | SHALOT::LANPHEAR | Test the water or turn the tide? | Tue Jun 16 1992 16:15 | 24 |
| Thanks for the tip, Grahame, that was it!
We tested the code /NOCUST, and both the read receipt and the delivery
receipt break if you use the following flow:
subj: test<tab>
prio: <tab>
DR: <tab>
RR: <LF>Y<BS> or Y<space><BS>
DR: <LF>Y<BS> or Y<space><BS>
prio: <RETURN>
both DR and RR will flash from "Y" to "YES", but they're stored as "Y" in
the data-set! And the code must be checking for exact matches on OA$YES,
because nothing happens once it's sent (besides the actual delivery).
Vid said he will SPR it if you don't want to go ahead and IPR it.
Also, a work-around is to do something like checking DR and RR
for just OA$Y after the create, and use MAIL DELIVERY_RECEIPT and MAIL
READ_RECEIPT to set them to OA$YES.
Please IPR it, otherwise I'll do it when I get back on site (next week).
Cheers, Dan'l
|
862.6 | | IOSG::WDAVIES | Winton Davies,IOSG | Tue Jun 16 1992 16:47 | 3 |
| Not the Vid by any small chance...?
Winton
|
862.7 | there is only one Vid | AIMTEC::WICKS_A | DEC Mail Works for ME sometimes | Tue Jun 16 1992 16:54 | 13 |
| Re .6,
yes it is the Vid as has been mentioned in many previous notes. Poor
old Dan'l obviously annoyed someone in a previous life to deserve this?
Re .4,
Wasn't Vid supposed to have fixed this when he worked for you (:==:)
regards,
Andrew.D.Wicks
|