|
Majordomo-Users (June 1999) |
On Sun, 27 Jun 1999, Mike S. Krischker wrote: > taboo_headers << END > /boundary=/i > /subject=/Quick Survey Please :) > END > > '/boundary=/i' is for bouncing of HTML messages That will capture all multipart mail (of which some might contain only one part), but it will not capture single part HTML mail. For the latter add /Content-Type: *text\/html/i ----------------------------------------------------------------- Mats Dufberg Mats.Dufberg@abc.se References:
|