Re: mail2procmailrc

2001-11-17 Thread Markus Sagebiel

Hi Timothy!

i get this error on slackware 8 !

Can't locate Curses.pm in @INC (@INC contains: /usr/lib/perl5/i386-linux
/usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux
/usr/lib/perl5/site_perl /usr/lib/perl5/site_perl .) at
/home/mark/.procmail/m2proc/mail2procmail.pl line 7.


Where to find it ?

Regards Markus



* Timothy Ball [EMAIL PROTECTED] wrote on  [03 11:51]:

-- 
Dipl.-Math.oec.Univ. Markus Sagebiel
ICQ.COM-UIN#13447105
http://sagebiel.c4.to
 
Operating-System: Linux/2.2.19(i686)
Uptime:  11:02pm up 8:36, 2 users, load average: 1.29, 1.35, 1.26



Re: mail2procmailrc

2001-11-17 Thread Volker Moell

Markus Sagebiel wrote:
 
 Can't locate Curses.pm in @INC (@INC contains: /usr/lib/perl5/i386-linux
 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux
 /usr/lib/perl5/site_perl /usr/lib/perl5/site_perl .) at
 /home/mark/.procmail/m2proc/mail2procmail.pl line 7.
 Where to find it ?

See CPAN: http://search.cpan.org/
(http://search.cpan.org/search?dist=Curses)

-volker

-- 
  http://die-Moells.de/  *  http://Stama90.de/  *  http://ScriptDale.de/

Support bacteria -- it's the only culture some people have!



Re: mail2procmailrc

2001-11-17 Thread Thomas Dickey

On Fri, Nov 16, 2001 at 11:03:48PM +0100, Markus Sagebiel wrote:
 Hi Timothy!
 
 i get this error on slackware 8 !
 
 Can't locate Curses.pm in @INC (@INC contains: /usr/lib/perl5/i386-linux
 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux
 /usr/lib/perl5/site_perl /usr/lib/perl5/site_perl .) at
 /home/mark/.procmail/m2proc/mail2procmail.pl line 7.

generally Curses.pm isn't installed by default (look on cpan)

-- 
Thomas E. Dickey [EMAIL PROTECTED]
http://invisible-island.net
ftp://invisible-island.net



Re: mail2procmailrc

2001-11-17 Thread Michael Sanders

On Fri, Nov 16, 2001 at 11:03:48PM +0100, Markus Sagebiel wrote:
 
 i get this error on slackware 8 !
 
 Can't locate Curses.pm

I had to get (from CPAN) the modules:

Curses-1.06
curses_widgets-1.2
MailTools-1.41

before mail2procmailrc would work.

-- 
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department   URL: http://www-personal.umich.edu/~sanders
University of Michigan   phone: 734/936-0799
Ann Arbor, MI 48109-1120 FAX: 734/764-6843



Re: mail2procmailrc

2001-11-17 Thread Timothy Ball

On Fri, Nov 16, 2001 at 11:03:48PM +0100, Markus Sagebiel wrote:
 
 i get this error on slackware 8 !
 
 Can't locate Curses.pm in @INC (@INC contains: /usr/lib/perl5/i386-linux
 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux
 /usr/lib/perl5/site_perl /usr/lib/perl5/site_perl .) at
 /home/mark/.procmail/m2proc/mail2procmail.pl line 7.
 
 Where to find it ?

$bash perl -MCPAN -e shell
cpan install Curses::Widgets
cpan install Mail::Headers

If all goes well and cpan does it's proper magic those two pkgs will get
and install all the other perl packages you need.

Yeah I'm looking into a way for a Makefile to automatically install
these pkgs for a user if a they aren't installed sytemwide... As I'm not
the worlds best perl hacker, if anyone knows of a way to do this easily
please email me. :)

--timball

-- 
GPG key available on pgpkeys.mit.edu
pub  1024D/511FBD54 2001-07-23 Timothy Lu Hu Ball [EMAIL PROTECTED]
Key fingerprint = B579 29B0 F6C8 C7AA 3840  E053 FE02 BB97 511F BD54



Re: mail2procmailrc

2001-11-17 Thread iain truskett

* Timothy Ball ([EMAIL PROTECTED]) [17 Nov 2001 21:00]:
[...]
 $bash perl -MCPAN -e shell
 cpan install Curses::Widgets
 cpan install Mail::Headers
[...]
 Yeah I'm looking into a way for a Makefile to automatically install
 these pkgs for a user if a they aren't installed sytemwide... As I'm not
 the worlds best perl hacker, if anyone knows of a way to do this easily
 please email me. :)

Something like (untested):

eval {
  require 'Curses';
};
if ($@)
{
  use CPAN;
  install 'Curses';
}

-- 
iain.  http://eh.org/~koschei/



mail2procmailrc

2001-11-12 Thread Timothy Ball

I've written a little program to make using mutt and procmail together
slightly happier... it's a filter like mail2muttalias.py but it
generates procmail recipies. Please try it and tell me what you think.

(I'm not on the mutt-users ml atm so Cc: me too)

--timball

-- 
GPG key available on pgpkeys.mit.edu
pub  1024D/511FBD54 2001-07-23 Timothy Lu Hu Ball [EMAIL PROTECTED]
Key fingerprint = B579 29B0 F6C8 C7AA 3840  E053 FE02 BB97 511F BD54



Re: mail2procmailrc

2001-11-12 Thread Timothy Ball

On Mon, Nov 12, 2001 at 04:12:20PM -0600, David wrote:
  ... it's a filter like mail2muttalias.py but it generates procmail
  recipies. Please try it and tell me what you think.
 
 I'd love to. Got a link?
 

That'd be my bad... The package is available at:
www.ghettohack.net/~timball
I have screen shots of mail2procmailrc in action too. 

--timball

-- 
GPG key available on pgpkeys.mit.edu
pub  1024D/511FBD54 2001-07-23 Timothy Lu Hu Ball [EMAIL PROTECTED]
Key fingerprint = B579 29B0 F6C8 C7AA 3840  E053 FE02 BB97 511F BD54



mail2procmailrc

2001-11-10 Thread Timothy Ball

[sent once before when i wasn't subscribed to mutt-users if it double
posts I appologize]

I've written a little program to make using mutt and procmail together
slightly happier... it's a filter like mail2muttalias.py but it
generates procmail recipies. Please try it and tell me what you think.
It's available on my website at:

http://www.ghettohack.net/~timball

--timball

-- 
GPG key available on pgpkeys.mit.edu
pub  1024D/511FBD54 2001-07-23 Timothy Lu Hu Ball [EMAIL PROTECTED]
Key fingerprint = B579 29B0 F6C8 C7AA 3840  E053 FE02 BB97 511F BD54