cscmail-users Mailing List for CSCMail (Page 3)
Brought to you by:
countzer0
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(167) |
Jul
(52) |
Aug
(80) |
Sep
(53) |
Oct
(38) |
Nov
(36) |
Dec
(17) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(15) |
Feb
(2) |
Mar
(27) |
Apr
(7) |
May
(3) |
Jun
(3) |
Jul
(3) |
Aug
(1) |
Sep
(17) |
Oct
(18) |
Nov
(1) |
Dec
(11) |
2002 |
Jan
|
Feb
(7) |
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
(10) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Daniel S. <np...@gm...> - 2001-10-01 15:55:58
|
you're right, but its not due to a database column-length limit. In the database the date is stored as "text" and there are several different date formats in this column. So it is cscmail that causes the bug (or perl). Daniel Gavin Brown wrote: > I've been doing a bit of investigation and I think (although I'm not sure) that CSCMail might have a bug. It would probably apply to Pronto too. The short explanation is: > > CSCMail's got the Billenium Bug! > > It seems that all mail in any folder with a date after the Billenium (when the UNIX epoch became 1000000000, or Sun Sep 9 01:46:39 2001) is listed *before* all mail before that date. I guess that the first digit is stripped off to fit the database column, so that a mail message with a date of 1001939646 becomes 001939646. This is obviously < 999999999, and so is sorted above it. > > Can other people check their systems and make sure I'm not being dumb? I've found this on both my work and home boxes. > > Cheers, > > Gavin. > > ________________________________________________________ > > :: jodrell.uk.net :: spod.uk.net :: uberworld.org :: > ________________________________________________________ |
From: <gav...@uk...> - 2001-10-01 12:36:35
|
I've been doing a bit of investigation and I think (although I'm not sure) that CSCMail might have a bug. It would probably apply to Pronto too. The short explanation is: CSCMail's got the Billenium Bug! It seems that all mail in any folder with a date after the Billenium (when the UNIX epoch became 1000000000, or Sun Sep 9 01:46:39 2001) is listed *before* all mail before that date. I guess that the first digit is stripped off to fit the database column, so that a mail message with a date of 1001939646 becomes 001939646. This is obviously < 999999999, and so is sorted above it. Can other people check their systems and make sure I'm not being dumb? I've found this on both my work and home boxes. Cheers, Gavin. ________________________________________________________ :: jodrell.uk.net :: spod.uk.net :: uberworld.org :: ________________________________________________________ |
From: Gavin B. <gav...@uk...> - 2001-09-29 17:53:51
|
> Still getting: > Can't locate MIME/Types.pm in @INC then do # perl -MCPAN -e "install MIME::Types" rinse and repeat for each missing module until CSCMail runs. If you didn't know, a module called Foo::Bar resolves to a file called Foo/Bar.pm somewhere in the directories listed in @INC. So if you get a similar error message, just look for Foo/Bar.pm and issue the above command for Foo::Bar. How did you install CSCMail? I thought the installer grabbed all the prerequisites for you? G. ________________________________________________________ :: jodrell.uk.net :: spod.uk.net :: uberworld.org :: ________________________________________________________ |
From: Gavin B. <gav...@uk...> - 2001-09-29 11:08:59
|
> Can't locate MIME/Parser.pm You need to install the MIME::Parser module from CPAN. To do this, become root and type # perl -MCPAN -e 'install MIME::Parser' and the module should install. Gavin. -- ________________________________________________________ :: jodrell.uk.net :: spod.uk.net :: uberworld.org :: ________________________________________________________ |
From: Kevin P. <kp...@ny...> - 2001-09-29 02:30:17
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> This is the error message I get: <p>Can't locate MIME/Parser.pm in @INC (@INC contains: /usr/lib/cscmail /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /usr/bin/cscmail line 24. <br>BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. <p>I'm using Redhat v7.1 <p>Thank you.....</html> |
From: Michael G. T. <ff...@te...> - 2001-09-16 21:06:23
|
And... 4. I'm using Opera 5.05 as my web browser, and I have it defined as such in the Preferences. How do I get CSCMail to pass the URL? When the URL, it just opens Opera to a blank page. -- Mike Thompson|ff...@te...|ICQ:21672921 We're through being cool! Eliminate the ninnies and the twits! - Devo |
From: Michael G. T. <ff...@te...> - 2001-09-16 20:59:51
|
Greetings. CSCMail seems to be working OK, now that I overcame the problems getting it compiled Under RedHat 7.1. Still a couple of minor irritants. 1. ~/.cscmail/cscget.running doesn't seem to get removed after cscget finishes running. 2. When I I send new mail, I have to pulldown on the From: arrow, and I only have 1 account or ID defined. 3. Anybody got an idea hos I can import my Netscape address book? Thanks in advance... -- Mike Thompson|ff...@te...|ICQ:21672921 We're through being cool! Eliminate the ninnies and the twits! - Devo |
From: Count Z. <cou...@cy...> - 2001-09-09 11:41:59
|
Yeah, in the C version that will be completely configurable... for now, you can simply edit cscsend, line 60, where it says "PeerPort => 'smtp(25)'" make it say "PeerPort => '8025'" or whatever port you want to tunnel through... -Count Zero ----- Original Message ----- From: "strider corinth" <st...@cc...> To: "Count Zero" <cou...@cy...> Cc: <csc...@li...> Sent: Saturday, September 08, 2001 11:27 PM Subject: Re: [CSCMail-Users] Sending Mail Issue > >Ok, that means cscsend can't establish a TCP connection to your SMTP server > >on port 25... To be honest, it's also a "bug" in cscsend in that we don't do > >good error checking on stuff like that... > > > >But the quick fix is for you to make sure that your SMTP server settings are > >correct in your account configuration.... > > > >You might try telnetting to port 25 of your SMTP server, to make sure you > >can connect that way... > > > >telnet smtp.someisp.com 25 > > > >In future versions of CSCMail I will be doing better checking in routines > >like this one, so that a nice friendly error message pops up saying > >something like "Unable to connect to SMTP server, check settings and try > >again" but for now it is a bit less user friendly... sorry > > No prob. I'm sure that's the problem... when I was using an ssh tunnel > before (which worked for POP) it didn't work, and didn't say it couldn't be > reached, so I assumed that wasn't the problem without really checking. I > should've been more thorough. > > Speaking of tunneling, it'd be really great if we could choose the port that > SMTP travels over as well as POP. I don't like using root to set up my SSH > tunnel, but I have to as long as smtp will only work on port 25. I'm sure I > could hack it, but for the long term could that be added as a feature? > > - John > > -- > > Love justice; desire mercy. > > |
From: strider c. <st...@cc...> - 2001-09-09 03:27:43
|
>Ok, that means cscsend can't establish a TCP connection to your SMTP server >on port 25... To be honest, it's also a "bug" in cscsend in that we don't do >good error checking on stuff like that... > >But the quick fix is for you to make sure that your SMTP server settings are >correct in your account configuration.... > >You might try telnetting to port 25 of your SMTP server, to make sure you >can connect that way... > >telnet smtp.someisp.com 25 > >In future versions of CSCMail I will be doing better checking in routines >like this one, so that a nice friendly error message pops up saying >something like "Unable to connect to SMTP server, check settings and try >again" but for now it is a bit less user friendly... sorry No prob. I'm sure that's the problem... when I was using an ssh tunnel before (which worked for POP) it didn't work, and didn't say it couldn't be reached, so I assumed that wasn't the problem without really checking. I should've been more thorough. Speaking of tunneling, it'd be really great if we could choose the port that SMTP travels over as well as POP. I don't like using root to set up my SSH tunnel, but I have to as long as smtp will only work on port 25. I'm sure I could hack it, but for the long term could that be added as a feature? - John -- Love justice; desire mercy. |
From: Count Z. <cou...@cy...> - 2001-09-08 19:11:39
|
Use CPAN to re-install MIME::Parser ... To be honest, I bet you'll wind up needing to re-install most fo the modules needed by CSCMail. I suspect that when you upgraded to RH 7.1, it updated your Perl installation, which doesn't come with many of the modules needed by CSCMail. There are several ways you can fix this easily... One: Re-run CSCMailInstaller.pl (be aware that some of the modules version numbers have changed and CSCMailInstaller won't be able to find them) Two: As root run perl -MCPAN -e shell and then issue commands such as "i MIME::Parser" to have it install the appropriate modules (can be a hastle if you've never used the CPAN shell, or are behind a firewall) Three: Go to www.cpan.org and download tarball's of the various modules needed and do the standard "perl Makefile.pl; make; make install" as root I had kinda dropped support of the CSCMailInstaller.pl script since I am focused on the C version of CSCMail, but since it seems to be taking me a lot longer to find the time to get a working C version out the door, I will try to spend some time re-writing CSCMailInstaller.pl so that it can grab the appropriate modules from CPAN even if the version numbers change (So I don't have to keep updating the filenames manually everytime a version changes....) I'll keep everyone posted... -Steve ----- Original Message ----- From: "Nick Holden" <nic...@nt...> To: <csc...@li...> Sent: Saturday, September 08, 2001 8:04 AM Subject: [CSCMail-Users] Parser.pm > I've recently upgraded my system to RH 7.1 and Ximian Gnome. At some > point in this process, I've done something to upset cscmail. > > I now get: > > Can't locate MIME/Parser.pm in @INC > > And sure enough, I can't either! What's the best thing to do? Re-install > cscmail, or fix it some other way? > > Nick > > > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | https://lists.sourceforge.net/lists/listinfo/cscmail-users > > |
From: Nick H. <nic...@nt...> - 2001-09-08 12:02:29
|
I've recently upgraded my system to RH 7.1 and Ximian Gnome. At some point in this process, I've done something to upset cscmail. I now get: Can't locate MIME/Parser.pm in @INC And sure enough, I can't either! What's the best thing to do? Re-install cscmail, or fix it some other way? Nick |
From: Count Z. <cou...@cy...> - 2001-09-08 09:49:16
|
Ok, that means cscsend can't establish a TCP connection to your SMTP server on port 25... To be honest, it's also a "bug" in cscsend in that we don't do good error checking on stuff like that... But the quick fix is for you to make sure that your SMTP server settings are correct in your account configuration.... You might try telnetting to port 25 of your SMTP server, to make sure you can connect that way... telnet smtp.someisp.com 25 In future versions of CSCMail I will be doing better checking in routines like this one, so that a nice friendly error message pops up saying something like "Unable to connect to SMTP server, check settings and try again" but for now it is a bit less user friendly... sorry -Count Zero ----- Original Message ----- From: "strider corinth" <st...@cc...> To: <csc...@li...> Sent: Saturday, September 08, 2001 12:57 AM Subject: Re: [CSCMail-Users] Sending Mail Issue > >To troubleshoot your mail delivery problem, I need more information about > >your installation. Does the mail stay in your "Outbox" ? If so, have you > >tried running "cscsend" from the command line? Does the mail get delivered > >if you do that? > > If I run cscsend, I get this error: > > Can't call method "getline" on an undefined value at /usr/bin/cscsend line 63. > > The mail stays in the inbox when I try to send it from CSCMail. > > >Are there any other errors printed to your console when you run CSCMail? > > Nope. That's the only one. > > - John > > -- > > Love justice; desire mercy. > > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | https://lists.sourceforge.net/lists/listinfo/cscmail-users > > |
From: strider c. <st...@cc...> - 2001-09-08 04:57:26
|
>To troubleshoot your mail delivery problem, I need more information about >your installation. Does the mail stay in your "Outbox" ? If so, have you >tried running "cscsend" from the command line? Does the mail get delivered >if you do that? If I run cscsend, I get this error: Can't call method "getline" on an undefined value at /usr/bin/cscsend line 63. The mail stays in the inbox when I try to send it from CSCMail. >Are there any other errors printed to your console when you run CSCMail? Nope. That's the only one. - John -- Love justice; desire mercy. |
From: Count Z. <cou...@cy...> - 2001-09-08 01:16:25
|
The "Can't ignore signal CHLD, forcing to default" error is simply a perl version difference issue. ie: we attempt to assign a IGNORE default handler to SIG CHLD to avoid zombie processes. Some installations of perl do not complain, others do, but ALL do the "right thing" and quietly clean up child processes when they end. In other words, this is a harmless error and has nothing to do with your mail delivery problem. (On my current system, I get that error every time CSCMail forks to run cscget or cscsend, yet everything works 100%) To troubleshoot your mail delivery problem, I need more information about your installation. Does the mail stay in your "Outbox" ? If so, have you tried running "cscsend" from the command line? Does the mail get delivered if you do that? Are there any other errors printed to your console when you run CSCMail? -Count Zero ----- Original Message ----- From: "strider corinth" <st...@cc...> To: <csc...@li...> Sent: Friday, September 07, 2001 8:52 PM Subject: [CSCMail-Users] Sending Mail Issue > Hi. I need a little advice on my CSCMail installation. I just installed on > my Slackware box, and I'm running into this error message when I try to send > mail: > > Can't ignore signal CHLD, forcing to default. > > The mail isn't ever sent. I'm currently not using a database, and I'm using > CSCMail 1.6.1, though I used 1.7.x awhile ago with the same result. > > Thanks much for any help you can give. > > - John Robinson > > -- > > Love justice; desire mercy. > > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | https://lists.sourceforge.net/lists/listinfo/cscmail-users > > |
From: strider c. <st...@cc...> - 2001-09-08 00:52:20
|
Hi. I need a little advice on my CSCMail installation. I just installed on my Slackware box, and I'm running into this error message when I try to send mail: Can't ignore signal CHLD, forcing to default. The mail isn't ever sent. I'm currently not using a database, and I'm using CSCMail 1.6.1, though I used 1.7.x awhile ago with the same result. Thanks much for any help you can give. - John Robinson -- Love justice; desire mercy. |
From: Count Z. <cou...@cy...> - 2001-09-06 00:22:33
|
----- Original Message ----- From: "Ole Morten Fureli" <fu...@st...> To: <csc...@li...> Sent: Wednesday, September 05, 2001 2:59 PM Subject: [CSCMail-Users] ERROR Date::Manip unable to determine TimeZone... > Anyone, please? See item #9 in the FAQ. -Count Zero > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | https://lists.sourceforge.net/lists/listinfo/cscmail-users > > |
From: Ole M. F. <fu...@st...> - 2001-09-05 15:00:58
|
CSCMail 1.6.1 crashes when sending e-mail with the error: ERROR: Date::Manip unable to determine TimeZone. Date::Manip::Date_TimeZone called at /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 628 Date::Manip::Date_Init() called at /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 746 Date::Manip::ParseDateString('now') called at /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 1666 Date::Manip::UnixDate('now', '%g') called at /usr/lib/cscmail/csclib.pl line 226 main::date_now called at /usr/bin/cscmail line 3044 main::send_message('Gtk::Button=HASH(0x8c84f38)', 'Gtk::Window=HASH(0x8c40144)', undef, undef) called at /usr/bin/cscmail line 7303 Anyone, please? Ole Morten |
From: Count Z. <cou...@cy...> - 2001-09-04 08:49:11
|
Fixed! Thanks for bringing that to my attention Max. -Steve (Count Zero) ----- Original Message ----- From: "Max Horn" <ma...@qu...> To: <csc...@li...> Sent: Monday, September 03, 2001 8:14 AM Subject: [CSCMail-Users] Bad HTML on cscmail homepage > Could you please fix the CSC homepage to use proper HTML? > > Most notably what is buggin me is the <title> tag - using < and > > unescaped is not good, in my case it leads to the title of all your > web pages being "----" > > Please either use > and <, or even better, get rid of the "--<" > and ">--" thingies, using those is bad style IMHO - <title> is meant > for a descriptive title of the page, not for some style tricks. > > > > Max > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | https://lists.sourceforge.net/lists/listinfo/cscmail-users > > |
From: Max H. <ma...@qu...> - 2001-09-03 12:15:02
|
Could you please fix the CSC homepage to use proper HTML? Most notably what is buggin me is the <title> tag - using < and > unescaped is not good, in my case it leads to the title of all your web pages being "----" Please either use > and <, or even better, get rid of the "--<" and ">--" thingies, using those is bad style IMHO - <title> is meant for a descriptive title of the page, not for some style tricks. Max |
From: <sT...@t-...> - 2001-08-20 15:05:46
|
hi! i have a standard installation of mandrake 8.0 and want to run mandrake. after it told me that modules were missing i installed them (and got the cscmail package for mandrake from rpmfind.net). now it runs a bit longer but stllt prints an error: gtkhtml-ERROR **: gconf is not initialized, please call gconf_init beforeu sing GtkHTML library i cant find any xmhtml package so i used the normal perl-gtk-html. btw: the perl install script doesnt work - it just ends after fetching and making some modules. Daniel |
From: Count Z. <cou...@cy...> - 2001-07-24 01:09:53
|
hehe.. no problem.. I did do a double take! hehe -Count Zero P.S. I'm not dead... work on 2.0.0 is progressing slowly... I'll post more info in a few days ----- Original Message ----- From: "Jim Crilly" <no...@no...> To: <csc...@li...> Sent: Monday, July 23, 2001 6:01 PM Subject: Re: [CSCMail-Users] CSCMail 1.9.x Commit > My apologies for this, after a recent cvs checkout I ran the ccvs script > thinking it was a checkout script when it turns out to be a commit script which > automatically sends mail to this list. > > Won't happen again... > > On Mon, 23 Jul 2001 17:56:56 -0400 (EDT), Count Zero said: > > > > > _______________________________________________ > > | Be sure to read the CSCMail FAQ: > > | http://www.cscmail.net/cscmail.faq > > | > > | CSCMail Home Page: > > | http://www.cscmail.net > > | > > | To unsubscribe or change your preferences: > > | http://lists.sourceforge.net/lists/listinfo/cscmail-users > > > > > > -- > Help protect your rights on-line. > Join the Electronic Frontiers Foundation today: http://www.eff.org/join > ----------------------------------------------------------------------- > "If a nation values anything more than freedom, it will lose its freedom; and > the irony of it is that if it is comfort or money it values more, it will lose > that, too." -W. Somerset Maugham > > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | http://lists.sourceforge.net/lists/listinfo/cscmail-users > > |
From: Jim C. <no...@no...> - 2001-07-23 22:01:09
|
My apologies for this, after a recent cvs checkout I ran the ccvs script thinking it was a checkout script when it turns out to be a commit script which automatically sends mail to this list. Won't happen again... On Mon, 23 Jul 2001 17:56:56 -0400 (EDT), Count Zero said: > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | http://lists.sourceforge.net/lists/listinfo/cscmail-users > > -- Help protect your rights on-line. Join the Electronic Frontiers Foundation today: http://www.eff.org/join ----------------------------------------------------------------------- "If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money it values more, it will lose that, too." -W. Somerset Maugham |
From: Count Z. <cou...@cy...> - 2001-07-23 21:57:14
|
From: root <er...@je...> - 2001-06-22 19:29:42
|
James, CSCMail is missing the MIME/Parser.pm module, which comes part of the MIME-tools. Just download the MIME-tools module from CPAN from here http://search.cpan.org/search?dist=MIME-tools I have a problem when CSCMail is started, I try to look at new mail and it automatically crashes. I'm really excited about CSCMail, I've been looking for a really good mail client that can have multiple POP accounts, CSCMail looks like a really good app. Any help would be greatly appreciated. regards, erick > FROM: James Davis > DATE: 06/08/2001 13:34:14 > SUBJECT: RE: [CSCMail-Users] Install of CSCMail Apparently > Successful but > > Yeah I get the same message anybody know what this means or how to > fix > this.... > > -----Original Message----- > From: Jeff Browning [mailto:<EMAIL: PROTECTED>] > Sent: Wednesday, May 23, 2001 1:41 PM > To: <EMAIL: PROTECTED> > Subject: [CSCMail-Users] Install of CSCMail Apparently Successful > but > Fails to Launch > > > All: > > I ran the CSCMail installer successfully (apparently) using both the > tar > and rpm techniques, but when I launched CSCMail, I got the > following: > > BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. > Can't locate MIME/Parser.pm in @INC (@INC contains: /usr/lib/cscmail > > /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 > /usr/lib/perl5/site_perl/5.6.0/i386-linux > /usr/lib/perl5/site_perl/5.6.0 > /usr/lib/perl5/site_perl .) at /usr/bin/cscmail line 24. > BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. > > I am running RedHat Linux 7.1, which contains the 2.4 kernel. > > Any help would be most appreciated. > > Thanks. > > Jeff |
From: Count Z. <cou...@cy...> - 2001-06-11 17:06:02
|
It means that MIME::Parser was not installed by the installation script... I probably need to update CSCMailInstaller.pl to include the newest version of MIME::Parser... In the interim, you can manually install MIME::Parser and any other Perl module by going to www.cpan.org and downloading it... -Count Zero ----- Original Message ----- From: "James Davis" <Jd...@ci...> To: <csc...@li...> Sent: Friday, June 08, 2001 4:34 PM Subject: RE: [CSCMail-Users] Install of CSCMail Apparently Successful but Fails to Launch > Yeah I get the same message anybody know what this means or how to fix > this.... > > -----Original Message----- > From: Jeff Browning [mailto:bro...@ne...] > Sent: Wednesday, May 23, 2001 1:41 PM > To: csc...@li... > Subject: [CSCMail-Users] Install of CSCMail Apparently Successful but > Fails to Launch > > > All: > > I ran the CSCMail installer successfully (apparently) using both the tar > and rpm techniques, but when I launched CSCMail, I got the following: > > BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. > Can't locate MIME/Parser.pm in @INC (@INC contains: /usr/lib/cscmail > /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 > /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 > /usr/lib/perl5/site_perl .) at /usr/bin/cscmail line 24. > BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. > > I am running RedHat Linux 7.1, which contains the 2.4 kernel. > > Any help would be most appreciated. > > Thanks. > > Jeff > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | http://lists.sourceforge.net/lists/listinfo/cscmail-users > > |