Hmm, looks doable. I think my skillset might be more targeted towards the Ultrix path, and
we could use an emulated PDP-11 Ultrix on HECnet right?
I will take a look at this mail_routines documentation - it's not immediately obvious
to me how to write the library with the relevant entry points. As others seem to point out
it's rather undocumented - you wouldn't have any old code lying around would you
Bob? :)
Sampsa
On 1 Jul 2009, at 18:58, bob at
jfcl.com wrote:
Got any documentation for this API?
$ help mail_routines
It's also in the gray (or orange) wall, of course.
Ideally I'd want to somehow "hook" into the MAIL application in the
All I can say is that there's a documented path for doing this - there's
\nothing special about SMTP in this regard. It's called a "foreign transport
protocol" or something like that. You need to write a library with
the appropriate entry points (this is where the documentation comes in
handy), call it FIDO_MAILSHR, and install it. If you do the right
stuff, VMSMAIL will recognize the FIDO%"..." address and call your
library. Couldn't be easier :-)
BOb