home *** CD-ROM | disk | FTP | other *** search
- ;
- ; LogShort - sample
- ;
- ; created : 21.04.95 By Heiko Stoevesandt
- ; edit : 23.04.95
- ; edit : 24.08.95
- ; edit : 28.02.96 translated in my bad english :(
- ;
- ;--------------------------------------------------------------------------
- ;
- ;
- ; General Rules
- ;
- ; possible keywords
- ;
- ; Double = 2 lines they hold exactly the same information will be deleted
-
- Double
- ;--------------------------------------------------------------------------
- ;
- ; the following keyword will inform FDT to delete lines by the ules that
- ; comes after that.
- ;
- DELLINES
- ;
- ; FOL delete a line, when a word is inside the line, witch position
- ; will be identify by the position witht $1-$9 (first word up to
- ; the 9. word)
- ;
- ; TRI Triviale lines deleting. the line must exactly startet like
- ;
- ; KOM Total line given. only delete a line, when they exactly is it
- ;
- FOL $1=Msg $3=from
- FOL $1=Destination $2=System $4=doesn't $5=exist, $6=Msg $8=stamped
- TRI Bundle not sent to
- TRI NoTouch:
- TRI sType:
- TRI Handles:
- TRI Stack:
- TRI Stck:
- TRI Connect
- ;TRI Sent
- TRI Msg
- TRI Deleting
- TRI From
- TRI Scanning
- TRI Heap:
- TRI FHeap:
- TRI Empty
- TRI Password
- TRI Truncating
- TRI Unexpected
- KOM Rescan requested
- KOM Preparing outbound mail
- ;--------------------------------------------------------------------------
- ; EOF
-