diff options
| author | Eric Ding | 2006-02-21 00:45:17 +0000 |
|---|---|---|
| committer | Eric Ding | 2006-02-21 00:45:17 +0000 |
| commit | efd5b7df1b9d6234654ab45043edf444637a70ff (patch) | |
| tree | 520b1d107d83d9faae905e834c04fc46a2c55659 /lisp/mh-e | |
| parent | 49af2995e0c3c30039ca36fc65c28b62c9d0e5a4 (diff) | |
| download | emacs-efd5b7df1b9d6234654ab45043edf444637a70ff.tar.gz emacs-efd5b7df1b9d6234654ab45043edf444637a70ff.zip | |
* mh-e.el (mh-invisible-header-fields-internal): Added entries
"X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore",
"X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:",
"X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and
"X-Roving-" by removing unnecessary "*" at end.
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 14 |
2 files changed, 19 insertions, 3 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index f484912d490..accb359bc38 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-02-20 Eric Ding <ericding@alum.mit.edu> | ||
| 2 | |||
| 3 | * mh-e.el (mh-invisible-header-fields-internal): Added entries | ||
| 4 | "X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore", | ||
| 5 | "X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:", | ||
| 6 | "X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and | ||
| 7 | "X-Roving-" by removing unnecessary "*" at end. | ||
| 8 | |||
| 1 | 2006-02-19 Bill Wohler <wohler@newt.com> | 9 | 2006-02-19 Bill Wohler <wohler@newt.com> |
| 2 | 10 | ||
| 3 | * mh-alias.el (mh-address-mail-regexp) | 11 | * mh-alias.el (mh-address-mail-regexp) |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 3dc509c09f0..134c88bec25 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -2303,17 +2303,20 @@ of citations entirely, choose \"None\"." | |||
| 2303 | "X-AntiAbuse:" ; cPanel | 2303 | "X-AntiAbuse:" ; cPanel |
| 2304 | "X-Apparently-From:" ; MS Outlook | 2304 | "X-Apparently-From:" ; MS Outlook |
| 2305 | "X-Apparently-To:" ; Egroups/yahoogroups mailing list manager | 2305 | "X-Apparently-To:" ; Egroups/yahoogroups mailing list manager |
| 2306 | "X-Authenticated-Sender:" ; AT&T Message Center (webmail) | ||
| 2306 | "X-Authentication-Warning:" ; sendmail | 2307 | "X-Authentication-Warning:" ; sendmail |
| 2308 | "X-Barracuda-" ; Barracuda spam scores | ||
| 2307 | "X-Beenthere:" ; Mailman mailing list manager | 2309 | "X-Beenthere:" ; Mailman mailing list manager |
| 2308 | "X-Bogosity:" ; bogofilter | 2310 | "X-Bogosity:" ; bogofilter |
| 2309 | "X-BrightmailFiltered:" ; Brightmail | 2311 | "X-BrightmailFiltered:" ; Brightmail |
| 2310 | "X-Brightmail-Tracker:" ; Brightmail | 2312 | "X-Brightmail-Tracker:" ; Brightmail |
| 2311 | "X-Bugzilla-*" ; Bugzilla | 2313 | "X-Bugzilla-" ; Bugzilla |
| 2312 | "X-Complaints-To:" | 2314 | "X-Complaints-To:" |
| 2313 | "X-ContentStamp:" ; NetZero | 2315 | "X-ContentStamp:" ; NetZero |
| 2314 | "X-Cron-Env:" | 2316 | "X-Cron-Env:" |
| 2315 | "X-DMCA" | 2317 | "X-DMCA" |
| 2316 | "X-Delivered" | 2318 | "X-Delivered" |
| 2319 | "X-EFL-Spamscore:" ; MIT alumni spam filtering | ||
| 2317 | "X-ELNK-Trace:" ; Earthlink mailer | 2320 | "X-ELNK-Trace:" ; Earthlink mailer |
| 2318 | "X-Envelope-Date:" ; GNU mailutils | 2321 | "X-Envelope-Date:" ; GNU mailutils |
| 2319 | "X-Envelope-From:" | 2322 | "X-Envelope-From:" |
| @@ -2337,6 +2340,7 @@ of citations entirely, choose \"None\"." | |||
| 2337 | "X-Habeas-SWE-9:" ; Spam | 2340 | "X-Habeas-SWE-9:" ; Spam |
| 2338 | "X-Hashcash:" ; hashcash | 2341 | "X-Hashcash:" ; hashcash |
| 2339 | "X-Info:" ; NTMail | 2342 | "X-Info:" ; NTMail |
| 2343 | "X-IronPort-AV:" ; IronPort AV | ||
| 2340 | "X-Juno-" ; Juno | 2344 | "X-Juno-" ; Juno |
| 2341 | "X-List-Host:" ; Unknown mailing list managers | 2345 | "X-List-Host:" ; Unknown mailing list managers |
| 2342 | "X-List-Subscribe:" ; Unknown mailing list managers | 2346 | "X-List-Subscribe:" ; Unknown mailing list managers |
| @@ -2346,12 +2350,14 @@ of citations entirely, choose \"None\"." | |||
| 2346 | "X-Loop:" ; Unknown mailing list managers | 2350 | "X-Loop:" ; Unknown mailing list managers |
| 2347 | "X-Lumos-SenderID:" ; Roving ConstantContact | 2351 | "X-Lumos-SenderID:" ; Roving ConstantContact |
| 2348 | "X-MAIL-INFO:" ; NetZero | 2352 | "X-MAIL-INFO:" ; NetZero |
| 2349 | "X-MHE-Checksum" ; Checksum added during index search | 2353 | "X-MHE-Checksum:" ; Checksum added during index search |
| 2350 | "X-MIME-Autoconverted:" ; sendmail | 2354 | "X-MIME-Autoconverted:" ; sendmail |
| 2351 | "X-MIMETrack:" | 2355 | "X-MIMETrack:" |
| 2352 | "X-MS-" ; MS Outlook | 2356 | "X-MS-" ; MS Outlook |
| 2357 | "X-Mail-from:" ; fastmail.fm | ||
| 2353 | "X-MailScanner" ; ListProc(tm) by CREN | 2358 | "X-MailScanner" ; ListProc(tm) by CREN |
| 2354 | "X-Mailing-List:" ; Unknown mailing list managers | 2359 | "X-Mailing-List:" ; Unknown mailing list managers |
| 2360 | "X-Mailman-Approved-At:" ; Mailman mailing list manager | ||
| 2355 | "X-Mailman-Version:" ; Mailman mailing list manager | 2361 | "X-Mailman-Version:" ; Mailman mailing list manager |
| 2356 | "X-Majordomo:" ; Majordomo mailing list manager | 2362 | "X-Majordomo:" ; Majordomo mailing list manager |
| 2357 | "X-Message-Id" | 2363 | "X-Message-Id" |
| @@ -2380,8 +2386,10 @@ of citations entirely, choose \"None\"." | |||
| 2380 | "X-Received-Date:" | 2386 | "X-Received-Date:" |
| 2381 | "X-Received:" | 2387 | "X-Received:" |
| 2382 | "X-Request-" | 2388 | "X-Request-" |
| 2389 | "X-Resolved-to:" ; fastmail.fm | ||
| 2383 | "X-Return-Path-Hint:" ; Roving ConstantContact | 2390 | "X-Return-Path-Hint:" ; Roving ConstantContact |
| 2384 | "X-Roving-*" ; Roving ConstantContact | 2391 | "X-Roving-" ; Roving ConstantContact |
| 2392 | "X-SA-Exim-" ; Exim SpamAssassin | ||
| 2385 | "X-SBClass:" ; Spam | 2393 | "X-SBClass:" ; Spam |
| 2386 | "X-SBNote:" ; Spam | 2394 | "X-SBNote:" ; Spam |
| 2387 | "X-SBPass:" ; Spam | 2395 | "X-SBPass:" ; Spam |