Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: send&email insanity

From: gscottjones:mchsi at: 7-Mar-2003 7:54

From: "Ladislav Mecir" ...
>> It looks like a buglet to me, but I am not certain. > you may safely be certain >> >> A fix is to change that line to: >> if not show [header-obj/to: copy addr]
...
>You correctly found the bug and suggested the fix. I think, that even > > if not show [header-obj/to: addr] > >fixes the behaviour. Please send your fix to the feedback.
Thanks, Ladislav. I sent this minor bug through feedback page: Feedback Id #337549330
> Actually, it is an identity issue. :-)
Oh, no, an identity crisis!!! :-)
>... while the ADDRESS argument of SEND was > supposed to contain addresses of more receivers.
Yes, of course, that seems obvious now. I frankly did not notice it yesterday. That clarifies one issue for me personally.
> Hope it explains the issue.
Yes, it did. Thanks! --Scott Jones