* Am Wed, Apr 10, 2002 at 06:39:47AM -0500 , schrieb David T-G:
> % Is anybody interested in reading it ? (154 lines)
>
> Sure.
>
>
So here it comes: (my procmailrc)
LOGFILE=/home/chris/.procmail.log
LOGABSTRACT="all"
VERBOSE="yes"
#Backup
:0 c
Mail/backup
:0 ic
| cd backup && rm -f dummy `ls -t msg.* | sed -e 1,32d`
# Damit GPG/PGP Header richtig sind
:0
* !^Content-Type: message/
* !^Content-Type: multipart/
* !^Content-Type: application/pgp
{
:0 fBw
* ^-----BEGIN PGP MESSAGE-----
* ^-----END PGP MESSAGE-----
| formail \
-i "Content-Type: application/pgp; format=text; x-action=encrypt"
:0 fBw
* ^-----BEGIN PGP SIGNED MESSAGE-----
* ^-----BEGIN PGP SIGNATURE-----
* ^-----END PGP SIGNATURE-----
| formail \
-i "Content-Type: application/pgp; format=text; x-action=sign"
}
:0hc
| lbdb-fetchaddr
:0:
* ^From.*Mailer-Daemon
Mail/system
:0:
* ^From.*uucp@marvin
Mail/marvin
:0:
* ^Return-path.*root@trillian
Mail/system
:0:
* ^Subject.*MailStatistics
Mail/system
:0:
* ^Subject.*rhizom
Mail/rhizom
:0:
* ^Reply-To: party-l
Mail/party-l
:0:
* ^List-Id:.*gnupg-users.gnupg.org
Mail/gnupg-users
:0:
* ^List-Id.*inferno-l.inferno.nadir.org
Mail/inferno-l
# -- doesn't work yet -----
# hiermit werden alle Absender nach inferno-l.list geschrieben, wenn sie noch
# nicht drin stehen. (hoffentlich)
#:0 Whc:
#* ^List-Id.*inferno-l.inferno.nadir.org
#| formail -rD 8192 inferno-l.cache
# :0 ehc
# | formail -x From >> /home/chris/inferno-l.list
:0:
* ^List-Id.*imc.inferno.nadir.org
Mail/imc
:0:
* ^List-Id.*wohnprojekt-l
Mail/wohnprojekt-l
:0:
* ^List-Id.*sz-info.inferno
Mail/sz-info
:0:
* ^List-Id.*alle.inferno.nadir.org
Mail/alle
:0:
* ^From.*heise.de
Mail/telepolis
:0:
* ^From.*support@inferno
Mail/support
:0:
* ^From.*todo@inferno
Mail/todo
:0:
* ^From.*inhaltliches@inferno
:0:
* ^List-Id:.*szwww-l.inferno.nadir.org
Mail/szwww-l
:0:
* ^To:.*[EMAIL PROTECTED]
Mail/szwww-l
:0:
* ^Mailing-List:.*lists.ccc.de
Mail/debate
:0:
* ^List-ID.*connect.squat.net
Mail/connect
:0:
* ^List-ID.*ccc-l
Mail/ccc-l
:0:
* ^List-Id.*gentoo-user.gentoo.org
Mail/gentoo-user
:0:
* ^List-Id.*automail-l
Mail/automail-l
:0:
* ^List-Id.*keysignings.lists.alt.org
Mail/keysignings
:0:
* ^Sender:.*mutt-users
Mail/mutt-users
:0:
* ^List-Id.*technix-l
Mail/technix-l
Have fun with it....
Christoph