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
Index: T c

⟦4a5a04445⟧ TextFile

    Length: 1262 (0x4ee)
    Types: TextFile
    Names: »ckmf.1«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/man/man1/ckmf.1« 

TextFile

.TH CKMF 1
.\" @(#) $Header: /cs/research/pp/hubris/pp-beta/man/man1/RCS/ckmf.1,v 5.0 90/09/20 16:52:26 pp Exp Locker: pp $
.\"
.\" $Log:	ckmf.1,v $
.\" Revision 5.0  90/09/20  16:52:26  pp
.\" rcsforce : 5.0 public release
.\" 
.\"
.SH NAME
ckmf \- check users .mailfilter file
.SH SYNOPSIS
.in +.5i
.ti -.5i
ckmf file
.in -.5i
.SH DESCRIPTION
\fICkmf\fP checks that the given .mailfilter is free from syntax
errors. This does not necessarily mean that the file will work, just
that it should be interpreted ok. Run time errors may still occur.
.PP
It runs with a single argument, the file to check. It expects a
message on the standard input to attempt to deliver. It will then
print out what actions it would take. An empty message (a.k.a.
/dev/null) may be given and the appropriate actons will be indicated.
.PP
It is \fBSTRONGLY\fP advised that you run this program after modifying
your \&\fB.mailfilter\fP file to check that you haven't made mistakes
in the syntax.
.SH FILES
.nf
.ta \w'/usr/local/lib/mailfilter\0\0'u
~/.mailfilter	The users mailfilter file
/usr/local/lib/mailfilter	The system mailfilter file
.fi
.SH "SEE ALSO"
mailfilter(5)
.br
\fIPP Manual \- Volume 3: User Manual\fP
.SH BUGS
Ought to check more (including the sanity of the user).