DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦21b99b866⟧ TextFile

    Length: 471 (0x1d7)
    Types: TextFile
    Names: »fake_domains.m4«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦02f44f254⟧ »EurOpenD3/mail/sendmail.5.65.tar.Z« 
        └─⟦4e8d58309⟧ 
            └─⟦this⟧ »./cf/m4/fake_domains.m4« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/cf/m4/fake_domains.m4« 

TextFile

divert(10)dnl
#
# Handle "fake" top level domains, by sending to a smarter
# host.  Currently, we support:
#
#	user@host.bitnet	->	$B		user@host.bitnet
#	user@host.csnet		->	$C		user@host.csnet
#
# Eventually, all these should Go Away.
#
# @(#)fake_domains.m4	1.5 (Berkeley) 1/3/89
#
divert(0)dnl
ifdef(`BITNET_RELAY',
R$*<@$+.BITNET>$*	$`#'tcp$@$B$:$1<@$2.BITNET>$3		user@host.BITNET)
ifdef(`CSNET_RELAY',
R$*<@$+.CSNET>$*	$`#'tcp$@$C$:$1<@$2.CSNET>$3		user@host.CSNET)