Request for CPAN id
name:Andrew Wilson email: [EMAIL PROTECTED] web: nothing worth looking at user-id: nuance I'm porting/reimplementing a Python application called TMDA that does spam filtering and want to upload it when it's finished. cheers Andrew
looking for advice about a module name
Hi I've written a module for generating and validating certain email addresses. I'm thinking of calling it Mail::Address::Tagged The module is based on an application written in Python, details of that application are available here http://sourceforge.net/projects/tmda/ This module implements an object that can generate and validate tagged email addresses. These are designed to be used primarily in anti-spam applications. The module assumes that for a given user ([EMAIL PROTECTED]) for all values of TAG, addresses of the form [EMAIL PROTECTED] will be delivered to the user. qmail and courier are both capable of this kind fof delivery. The addresses generated all carry extra information, such as the date when they expire, who may use them to send you mail etc. A cryptocraphic hash of this extra information is also included in in the address. This Hashed Message Authenticaion Code (HMAC RFC 2104) is your guarantee that the information contained in the address has not been tampered with. This module can generate and validate three different types of tagged address. They are all extensions of a users normal email address and are constructed in a similar manner. Where the normal address is [EMAIL PROTECTED], the tagged address takes the form [EMAIL PROTECTED] cheers Andrew
Re: looking for advice about a module name
On Sat, 20 Oct 2001 21:37:38 -0400, _brian_d_foy <[EMAIL PROTECTED]> wrote: >On Sat, Oct 20, 2001 at 11:45:16PM +0100, Andrew Wilson wrote: >> I've written a module for generating and validating certain email >> addresses. I'm thinking of calling it Mail::Address::Tagged > >there is already an Email::Valid, so something under that namespace >would be good. How about Email::Valid::Tagged then? cheers Andrew
Re: looking for advice about a module name
On Mon, Oct 22, 2001 at 04:12:02AM +0900, Tatsuhiko Miyagawa wrote: > > > > How about Email::Valid::Tagged then? > > > > > > I think brian meant "under Email:: (as opposed to Mail::)" rather than > > > "under Email::Valid::". > > > > yes, that's what i meant. sorry for the confusion :) > > FYI, there was a discussion for choosing namespace between > Email:: and Mail:: > http://www.xray.mpe.mpg.de/mailing-lists/modules/2001-05/msg00140.html That seems to suggest that the Email namespace was a mistake and shouldn't be used or am I reading it wrong? I'm happy to put it in either namespace. If I putting it under Mail is there anything wring with Mail::Address::Tagged? cheers Andrew