From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3c71aba4e63ff62b9994dfa980885f02@plan9.bell-labs.com> From: Eric Grosse To: 9fans@cse.psu.edu Subject: Re: [9fans] re: spam filtering fs In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 2 Sep 2003 09:56:05 -0400 Topicbox-Message-UUID: 28e96fd6-eacc-11e9-9e20-41e7f4b1d025 Another way of achieving authentication for email is to implement and use S/MIME or PGP. I'm not sure either that or "import ... /mail" solves the computational cost of spam if the bad guys create invalid signatures, but it does make a white-list filter more effective. Any volunteers to implement S/MIME for Plan 9? A couple of us here at Bell Labs have worked on it off and on, but there aren't enough free hands here to get it done promptly. Step one is to implement CMS (also known as PKCS#7 or rfc2315) starting from the ASN.1 goo in /sys/src/libsec/port/x509.c or, if you prefer, by porting an ASN.1 compiler. By the way, I've happily used PGP for many years but decided that S/MIME was more likely to catch on because it is already moderately well supported by default in Outlook and Netscape/Mozilla. Eric