On Aug 13, Perl Authors Upload Server wrote:
> The following module was proposed for inclusion in the Module List:
>
> modid: Mail::Box::Procmail
> DSLIP: bdpOg
> description: Procmail with Mail::Box
> userid: MARKOV (Mark Overmeer)
> chapterid: 19 (Mail_and_Usenet_News)
> communities:
>
> similar:
> Mail::Box User::Identity
>
> rationale:
>
> Mail::Box::Procmail is a set of scripts and some classes which
> create procmail-like facilities. I already many modules in the
> Mail::Box::* namespace, but this one would be released as separate
> distribution.
>
> The main difference with the usual procmail implementations is that
> you do not need to create a cryptic configuration file with its own
> syntax (and therefore limitations), but you simply extend your own
> program based on Mail::Box and User::Identity.
I don't think it's a good idea to write something that works
somewhat similarly to procmail, and calling it Mail::Box::Procmail.
Maybe Mail::Box::Process?
Also, does this operate on a mailbox (very much unlike procmail),
or on incoming messages? If the latter, then ::Box probably doesn't
belong in the name.
- Kurt