linux-l: HTML Attachments aus Mail filtern -> procmail recipe

Sven Guckes guckes at gmx.de
Mo Sep 4 15:36:21 CEST 2000


* Robin S. Socha <rsocha at kens.com> [000904 13:19]:
> Aus gegebenem Anlass bin  ich auf der Suche nach
> einem procmail recipe, das das kann. Nicht anomy,
> keine Kubikmeter Procmailcode, nur ein Attachment.

See attached procmail recipe - found in file
http://www.math.fu-berlin.de/~guckes/setup/procmailrc

> Ich leide gerade an einem akuten Fall von Alzheimer
> und habe 20 (!) Minuten im Netz gesucht. *urgh*

Gute Besserung!

Sven

-- 
Sven Guckes at math.fu-berlin.de      Sample SETUP Files for these programs:
SETUPs bash, elm, fvwm2, IRC, lynx, mutt, ncftp2, nn, procmail, screen,
SETUPs sh (.profile), slrn, vi (exrc), vim, zsh.  "mailcap".
SETUPs <URL:http://www.math.fu-berlin.de/~guckes/setup/>
-------------- nächster Teil --------------
# Recipe by Eli the Bearded <usenet-tag at qz.little-neck.ny.us> [970821]
# "This has the benefit of killing only stuff with a lot of markup, so
#  clean HTML can slip through as well as small samples of HTML code."
# Note: Usenet-II forbids MIME attachments and HTML!
# Allow up to 20 (selected) HTML tags in the body
HTMLMax = 20
:0B
* $ -$HTMLMax^0
* 1^1 ()</?(html|ul|ol|dl|dd|dt|li|br|p|pre|font|h[123456]|table|tr|td)>
{
  LOG = "too much HTML encoded text -- "
  :0:
  IN.junk
}


Mehr Informationen über die Mailingliste linux-l