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

⟦f1dc8bb76⟧ TextFile

    Length: 264 (0x108)
    Types: TextFile
    Names: »cftest«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦aa80fdcbc⟧ »EurOpenD3/mail/ida.5.61.tar.Z« 
        └─⟦4314099ac⟧ 
            └─⟦this⟧ »cf/cftest« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/ida/cf/cftest« 

TextFile

#!/bin/sh
#
#	usage: cftest [sendmail_options] < test_file
#
#	sends the test patterns on stdin through sendmail and
#	collects the results.
#

/usr/lib/sendmail -bt $* | awk '\
	!/^>/ {lastline = $0} \
	/^>/  {print lastline; print ""; print substr($0, 3, 999)}'