From: tfheen Date: Sat, 26 Apr 2003 11:34:01 +0000 (+0000) Subject: add spam handling, add some groups X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb71aae8464d94870f8f89a561216972cc0b7956;p=dotfiles add spam handling, add some groups git-svn-id: file:///svn/tfheen/trunk/dotfiles@164 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index 73b092b..3709c14 100644 --- a/gnus +++ b/gnus @@ -123,7 +123,6 @@ inserts \" characters." '("drift.hardware.news" "^\\(To\\|Cc\\|Delivered-To\\):.*usenet@.*hardware.no") '("drift.hardware.drift" "^\\(To\\|Cc\\|Delivered-To\\):.*drift@hardware.no") '("drift.hardware.firewall" "^\\(To\\|Cc\\|Delivered-To\\):.*firewall@webdeal.no") - '("drift.hardware.rt" "^To:.*AdminCc of hw.no") '("drift.samfundet.gsf" "^\\(To\\|Cc\\):.*gsf@.*\\(samfundet\\|stud\\)") '("drift.samfundet.gsk" "^\\(To\\|Cc\\):.*gsk@.*\\(samfundet\\|stud\\)") @@ -196,7 +195,6 @@ inserts \" characters." '("linux.progeny.discover-workers" "^List-Id.*discover-workers.lists.progeny.com") '("linux.debian.apache-cvs.2003" "^To.*debian-apache@lists.raw.no") - '("linux.debian.apache.2003" "^X-Mailing-List.*debian-apache") '("linux.debian.hurd-testdrive" "List-Id.*hurd-testdrive.moneybags.cs.uml.edu") '("linux.debian.dwn.2003" "^Delivered-To.*dwn@debian.org") '("linux.debian.cd.2003" "^X-Mailing-List.*debian-cd") @@ -294,7 +292,7 @@ inserts \" characters." "http://www.pvv.org/") ("tfheen@idi.ntnu.no" "Tollef Fog Heen" - "Institutt for Datateknikk, IME, NTNU" + "Institutt for Datateknikk, FIM, NTNU" "http://www.idi.ntnu.no/") ("tfheen@debian.org" "Tollef Fog Heen" @@ -670,5 +668,4 @@ on multiple mail-followup-to headers" (gnus-summary-pipe-message "sa-learn --spam --single") (gnus-summary-move-article nil "nnml:spam")) -(cw/for-host "yiwaz" - (define-key gnus-summary-backend-map "s" 'tfheen-mark-as-spam)) +(define-key gnus-summary-backend-map "s" 'tfheen-mark-as-spam)