First version of email gateway kernel. Email requests are read
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Feb 1995 17:45:29 +0000 (17:45 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Feb 1995 17:45:29 +0000 (17:45 +0000)
commitf6a107777079379b767452dc6ade3f56272af49e
tree11515b9334655b4a83882588c47f0b5814814900
parent2d09f19cb79b18ccf10b0150a8b1487fde498678
First version of email gateway kernel. Email requests are read
from stdin. The output is transferred to an MTA if 'From' is
found in the header - or stdout if absent. No Z39.50 client is used.
kernel/Makefile [new file with mode: 0644]
kernel/default.res [new file with mode: 0644]
kernel/kernel.h [new file with mode: 0644]
kernel/main.c [new file with mode: 0644]
kernel/urp.c [new file with mode: 0644]