cscmail-users Mailing List for CSCMail (Page 6)
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: Count Z. <cou...@cy...> - 2001-01-04 01:16:12
|
Pavlos Parissis was overheard mumbling something about this on Thu, 04 Jan 2001 00:48:08 +0200 > Hello Count Zero, > > [paul/usr/doc/cscmail-nomodules-1.6.1]$ rpm -qa |grep perl > perl-DateManip-5.34-2 > perl-TimeDate-1.08-6 > groff-perl-1.15-8 > perl-HTML-Parser-2.22-2 > perl-5.00503-10 > perl-MIME-Types-0.02-2mdk > perl-IO-1.20-1 > perl-URI-1.02-2 > perl-MIME-tools-4.122-2 > > Which package has Wrap? IO::Wrap is part of IO::Stringy Which is needed by the Text::CSV_XS module which is needed by the DBD::CSV driver (if you are not choosing to use a real SQL database to store your mail) Again, CPAN is your friend... (as root: perl -MCPAN -e shell) and tell it to install DBD::CSV and it will go get all the dependancies for you nice and magically. The CSCMailInstaller.pl script should have gotten all this for you... Oh, and installing Perl modules via RPM is never a good idea... it is much better to use CPAN. > and believe me i am not going to upgrade all my system for just one program. Of course not... this, by the way, is one of the many reasons I am re-writing CSCMail in C and not using a database anymore... the dependancies are much to complex with Perl for most users to deal with. -CZ |
From: Pavlos P. <p_p...@ot...> - 2001-01-03 22:49:12
|
Hello Count Zero, > P > > Did it ever install Date::Manip? CSCMailInstaller.pl should download and > install all the modules. If it was unable to install Date::Manip, you should > install it yourself manually (CPAN is your friend) To find out if Date::Manip > is installed, simply run perl -MDate::Manip -e '1' and if it drops to a prompt > with no errors, Date::Manip is installed. If, on the other hand, it gives an > error, Date::Manip is not installed. > > Definately Mime::Parser is not installed, as that is what CSCMail is barfing > on... Simply read the INSTALL document, and it will list all the packages that > you need. CSCMailInstaller.pl will go and get these for you and install them, > but if it can't, you need to do so manually... > You had right so i installed but now i got [paul/usr/doc/cscmail-nomodules-1.6.1]$ cscmail Can't locate IO/Wrap.pm in @INC (@INC contains: /usr/lib/cscmail /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at /usr/lib/perl5/site_perl/5.005/MIME/ParserBase.pm line 93. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/MIME/ParserBase.pm line 93. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/MIME/Parser.pm line 69. BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. [paul/usr/doc/cscmail-nomodules-1.6.1]$ rpm -qa |grep perl perl-DateManip-5.34-2 perl-TimeDate-1.08-6 groff-perl-1.15-8 perl-HTML-Parser-2.22-2 perl-5.00503-10 perl-MIME-Types-0.02-2mdk perl-IO-1.20-1 perl-URI-1.02-2 perl-MIME-tools-4.122-2 Which package has Wrap? the only package which i did installed is perl-GTK-gnome-0.6123 and this package don't have Wrap.pm. I found only these version of package for my perl version, for instance the perl-HTML-Parser-3.02-2mdk.i586.rpm needs perl-5.6.0 and believe me i am not going to upgrade all my system for just one program. Any ideas how to solve this problem? > > Oh, and it took three days to respond because I am one of those wierd people > who celebrates New Years and didn't even think to look at my mail on either > Dec. 31st or Jan. 1st.... > OK i am sorry you have right. Pavlos ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I love having the feeling of being in control while i have the sensation of speed The surfer of life ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
From: Eric MC.D <eri...@fr...> - 2001-01-03 22:48:13
|
Have a pb with version 1.6.1 : when starting cscmail (wouldn't start) a message occur: error in loading shared libraries: /usr/lib/libgtkhtml.so.4: undifined symbol: new_pspell_config" After the install with "CSCMailInstalles.pl" a message occurs also: "Fetching SCSMail 1.6.1DBD::CSV::st execute failed: Cannot open root/.svmail/accounts: No such file or directory at /usr/lib/perl5/site_perl/5.6.0/DBD/File.pm line 469" Any help very appreciated. Thanks Eric MC |
From: Jak <ja...@no...> - 2001-01-03 09:22:25
|
Happy new years... hope recovery is well in progress! Q: When I export (right click on folder name, select export folder, choose directory) I can only successfully export those folders containing a single message. If I export a folder containing more than one messge, then all the messages end up as one long message. (Eg when viewed in Pine, elm, balsa etc) The following messages appear in the console: Read on closed filehandle <TMP> at /usr/lib/cscmail/csclib.pl line 706. Use of uninitialized value at /usr/lib/cscmail/csclib.pl line 712. Read on closed filehandle <TMP> at /usr/lib/cscmail/csclib.pl line 706. Use of uninitialized value at /usr/lib/cscmail/csclib.pl line 712. (This is an exact cut'n'paste btw) I understand that this is some kind of logic flow problem/sequence issue, but my perl limitations far outweigh my abilities! Is there an updated csclib.pl or a workaround or some sort? Cheers and best wishes Jak PS Have switched HTML widgets to CscHTML - takes longer to generate (on my machine) but is SO much nicer. |
From: Count Z. <cou...@cy...> - 2001-01-03 01:28:34
|
Pavlos Parissis was overheard mumbling something about this on Sun, 31 Dec 2000 23:05:24 +0200 > Hello, > I have just installed cscmail throught the script and the rpm package > cscmail-nomodules-1.6.1-1. > Found Gtk::XmHTML > Fetching Date::Manip > and stopped. > i executed again and when i did start cscmail i got > Can't locate MIME/Parser.pm in @INC (@INC contains: /usr/lib/cscmail > /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 > /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 > ..) at /usr/bin/cscmail line 24. > BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. > i cleaned the dir and i gave at xterm cscmail and i got the same errors. > > I read the /usr/bin/cscmail and i found the line but i do n't know > anything about perl as a result i cannot > help my self. > Any ideas? > > Pavlos Did it ever install Date::Manip? CSCMailInstaller.pl should download and install all the modules. If it was unable to install Date::Manip, you should install it yourself manually (CPAN is your friend) To find out if Date::Manip is installed, simply run perl -MDate::Manip -e '1' and if it drops to a prompt with no errors, Date::Manip is installed. If, on the other hand, it gives an error, Date::Manip is not installed. Definately Mime::Parser is not installed, as that is what CSCMail is barfing on... Simply read the INSTALL document, and it will list all the packages that you need. CSCMailInstaller.pl will go and get these for you and install them, but if it can't, you need to do so manually... Oh, and it took three days to respond because I am one of those wierd people who celebrates New Years and didn't even think to look at my mail on either Dec. 31st or Jan. 1st.... -Count Zero |
From: Pavlos P. <p_p...@ot...> - 2000-12-31 21:06:35
|
Hello, I have just installed cscmail throught the script and the rpm package cscmail-nomodules-1.6.1-1. During the exucation of the script i got nstalling /usr/lib/perl5/site_perl/5.005/i386-linux/Gtk/PerlGtkXmHTMLInt.h Installing /usr/lib/perl5/site_perl/5.005/i386-linux/Gtk/GtkXmHTMLDefs.h Files found in blib/arch --> Installing files in blib/lib into architecture dependend library tree! Installing /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Gtk/XmHTML/autosplit.ix Writing /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Gtk/XmHTML/.packlist Appending installation info to /usr/lib/perl5/5.00503/i386-linux/perllocal.pod Done, firing up the GUI ... Found Gtk::XmHTML Fetching Date::Manip and stopped. i executed again and when i did start cscmail i got Can't locate MIME/Parser.pm in @INC (@INC contains: /usr/lib/cscmail /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at /usr/bin/cscmail line 24. BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. i cleaned the dir and i gave at xterm cscmail and i got the same errors. I read the /usr/bin/cscmail and i found the line but i do n't know anything about perl as a result i cannot help my self. Any ideas? Pavlos ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I love having the feeling of being in control while i have the sensation of speed The surfer of life ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
From: Steven K. <sk...@st...> - 2000-12-18 23:54:45
|
On 18 Dec 2000 23:36:39 CET, Olli said: > Hi Steve, > > Rather often I get the following errorline, when I check Mail over all accounts > and have some messages to be send in my outbox: > > error: smtp error 53 sorry, that domain isn't in my list of allowed rcpthosts > (#5.7.1) > > That is, my provider requests a pop3 authorization before smtp. So, when I got > this error message, I have to manually send the messages in the outbox by > choosing 'send only'. Is there a way to tell cscmail that it should first pop3 > an account before sending any mail to this server? > > Regards Oliver Well, by default, "send and receive" is actually set to "receive and send" ie: it pop-checks first before sending. But it ONLY calls the &send_out routine if "SendImmediately" is turned off in the options. So, to get the pop-before SMTP action to work right, simply turn of "Send Immediately" and use the "send and receive" button to transfer your mail In a future version I will add a per-account option to enable "pop before smtp" for a given account. Maybe that will make it into 1.8.0 ... It's fairly simple.... -Steven |
From: Olli <obi...@gm...> - 2000-12-18 23:30:23
|
Hi Steve, Rather often I get the following errorline, when I check Mail over all accounts and have some messages to be send in my outbox: error: smtp error 53 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) That is, my provider requests a pop3 authorization before smtp. So, when I got this error message, I have to manually send the messages in the outbox by choosing 'send only'. Is there a way to tell cscmail that it should first pop3 an account before sending any mail to this server? Regards Oliver -- Dulce et decorum est pro patria mori Olli B. Fon: 030-47475624 Mail: obi...@gm... -- |
From: Count Z. <cou...@cy...> - 2000-12-17 21:21:03
|
Richard was overheard mumbling something about this on Sun, 17 Dec 2000 12:44:48 +0000 > Dear All > > I've been trying to get CSC mail to work with SuSE 6.4 for a long time > now. Also tried SuSE 7.0 with the tar.gz source and the RPMs. > Doesn't work with either. > > If I try to run setup with './CSCMailInstaller.pl ' I find that it > asks me to change to root. This is the best that I have managed to do > so far. I use a dialup ISDN connection to the internet which is > configured so that only a user can connect. Root use of the internet > is disabled. Is there any way that I can get the installer script to > run from the user space ? The above happens if I chmod the > CSCMailInstaller.pl file. If I don't do that I get "access denied" The installer script has to run as root so it can install the Perl modules needed for CSCMail. > I get the following answer from cscmail-nomoudules-1.6.1-1.i386.rpm > when I try to start it with '/usr/bin/cscmail/ ' > > "Can't locate MIME/Parser.pm in @INC (@INC contains: /usr/lib/cacmail > /usr/local/lib/perl5/5.6.01/i586-linux /usr/local/lib/perl5/5.6.01 > /usr/local/lib/perl5/site_perl/5.6.01/i586-linux > /usr/local/lib/site_perl/5.6.01 .) at /usr/cscmail line 24 > BEGIN failed-compilation aborted at /usr/bin/cscmail line 24. This is because the MIME::Parser module is not installed. > Can anyone help me to install and use CSC Mail from a non-root install > ? Sure, simply manually download and install the perl modules that CSCMail needs. There is a list of them in the INSTALL document. > Thank you > > -- > Richard Your welcome, -Steve |
From: Richard <ri...@sh...> - 2000-12-17 12:44:53
|
Dear All I've been trying to get CSC mail to work with SuSE 6.4 for a long time now. Also tried SuSE 7.0 with the tar.gz source and the RPMs. Doesn't work with either. If I try to run setup with './CSCMailInstaller.pl ' I find that it asks me to change to root. This is the best that I have managed to do so far. I use a dialup ISDN connection to the internet which is configured so that only a user can connect. Root use of the internet is disabled. Is there any way that I can get the installer script to run from the user space ? The above happens if I chmod the CSCMailInstaller.pl file. If I don't do that I get "access denied" I get the following answer from cscmail-nomoudules-1.6.1-1.i386.rpm when I try to start it with '/usr/bin/cscmail/ ' "Can't locate MIME/Parser.pm in @INC (@INC contains: /usr/lib/cacmail /usr/local/lib/perl5/5.6.01/i586-linux /usr/local/lib/perl5/5.6.01 /usr/local/lib/perl5/site_perl/5.6.01/i586-linux /usr/local/lib/site_perl/5.6.01 .) at /usr/cscmail line 24 BEGIN failed-compilation aborted at /usr/bin/cscmail line 24. Can anyone help me to install and use CSC Mail from a non-root install ? Thank you -- Richard |
From: Ralph B. <ral...@ms...> - 2000-12-15 16:58:23
|
Sounds good to me. I will upgrade ASAP and let you know.--Ralph On 15 Dec 2000 11:43:40 EST, Count Zero said: > Ralph Buchanan was overheard mumbling something about this on 14 Dec > 2000 > 11:33:27 PST > > > I'm using version 1.6.1---Ralph > > Ok, then you will want to remove the [ ] from your filter, since those > characters have special meaning... or escape them ( \[ \] ) > > As a side note, I strongly urge you to upgrade to the 1.7.x series of > code... > There have been a lot of fixes and new features added since 1.6.1 > Also, you > can be a guinea pig and follow the README.migration instructions and > make sure > that I haven't missed anything in there. > > Thanks, > > -Steven > > > On 14 Dec 2000 13:03:00 EST, Steven Kordik said: > > > > > On 14 Dec 2000 08:52:38 PST, Ralph Buchanan said: > > > > > > > Howdy all, > > > > I'm the new kid in town and I have a question about the filter > > > system. > > > > I > > > > subscribe to a group called PBS and I set up the filter as > follows: > > > > Filter Name: PBS > > > > Filter type: Subject based > > > > Folder to Move to: PBS > > > > Search expression: [PBS-USERS] > > > > and all my mail goes to this PBS folder. If I'm leaving > something > > > out > > > > please ask. Any and all suggestions are welcome. > > > > > > What version of CSCMail are you using? If it's the 1.6.1 > > version, the > > > search > > > expression is a perl regex, and in that case, you are saying, > > > "anything that > > > has a P or a B or an S or a U or an R or an E, move to the PBS > folder" > > > What > > > you really want to use is: > > > \[PBS-USERS\] or simply PBS-USERS > > > > > > In CSCMail 1.7.x filters are simple text matches, and not perl > > > regex'es due to > > > this type of confusion... > > > > > > -CZ > > > _______________________________________________ > > > | 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/mailman/listinfo/cscmail-users > > > > > > > > > > -- > > Ralph Buchanan > > Linux Administrator > > MSC Software Corp. > > 2975 Redhill Ave. > > Costa Mesa, CA 92626 > > 714.445.5672 > > FAX 714.979.2990 > > AIM Ralph MSCLinux > > > > _______________________________________________ > > | 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/mailman/listinfo/cscmail-users > > > > > > _______________________________________________ > | 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/mailman/listinfo/cscmail-users > > -- Ralph Buchanan Linux Administrator MSC Software Corp. 2975 Redhill Ave. Costa Mesa, CA 92626 714.445.5672 FAX 714.979.2990 AIM Ralph MSCLinux |
From: Count Z. <cou...@cy...> - 2000-12-15 15:39:11
|
Ralph Buchanan was overheard mumbling something about this on 14 Dec 2000 11:33:27 PST > I'm using version 1.6.1---Ralph Ok, then you will want to remove the [ ] from your filter, since those characters have special meaning... or escape them ( \[ \] ) As a side note, I strongly urge you to upgrade to the 1.7.x series of code... There have been a lot of fixes and new features added since 1.6.1 Also, you can be a guinea pig and follow the README.migration instructions and make sure that I haven't missed anything in there. Thanks, -Steven > On 14 Dec 2000 13:03:00 EST, Steven Kordik said: > > > On 14 Dec 2000 08:52:38 PST, Ralph Buchanan said: > > > > > Howdy all, > > > I'm the new kid in town and I have a question about the filter > > system. > > > I > > > subscribe to a group called PBS and I set up the filter as follows: > > > Filter Name: PBS > > > Filter type: Subject based > > > Folder to Move to: PBS > > > Search expression: [PBS-USERS] > > > and all my mail goes to this PBS folder. If I'm leaving something > > out > > > please ask. Any and all suggestions are welcome. > > > > What version of CSCMail are you using? If it's the 1.6.1 > version, the > > search > > expression is a perl regex, and in that case, you are saying, > > "anything that > > has a P or a B or an S or a U or an R or an E, move to the PBS folder" > > What > > you really want to use is: > > \[PBS-USERS\] or simply PBS-USERS > > > > In CSCMail 1.7.x filters are simple text matches, and not perl > > regex'es due to > > this type of confusion... > > > > -CZ > > _______________________________________________ > > | 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/mailman/listinfo/cscmail-users > > > > > > -- > Ralph Buchanan > Linux Administrator > MSC Software Corp. > 2975 Redhill Ave. > Costa Mesa, CA 92626 > 714.445.5672 > FAX 714.979.2990 > AIM Ralph MSCLinux > > _______________________________________________ > | 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/mailman/listinfo/cscmail-users > > |
From: Count Z. <cou...@cy...> - 2000-12-15 15:35:41
|
Hugh D Fegely was overheard mumbling something about this on Thu, 14 Dec 2000 14:08:20 -0500 > Hey Steve > > Haven't heard anything further in a long while regarding the > C-version...any hopeful news for us? > > /h/ Well, I made the decision once the Pronto! fork happened to focus on getting a solid 1.8.0 release of the perl version out before doing the C version. Then I switched jobs, and haven't really had much time to work on either version. I have done some work towards turning 1.7.x into something I would be happy to release as 1.8.0... Hopefully things will calm down some here after the hollidays and I'll have more time to deal with it. Of course, any help anyone might offer would be greatly appreciated! hehe (hint hint) Once 1.8.0 is out, then I will focus 100% on the C version, and we'll see what happens from there. -Steven |
From: Ralph B. <ral...@ms...> - 2000-12-14 19:32:23
|
I'm using version 1.6.1---Ralph On 14 Dec 2000 13:03:00 EST, Steven Kordik said: > On 14 Dec 2000 08:52:38 PST, Ralph Buchanan said: > > > Howdy all, > > I'm the new kid in town and I have a question about the filter > system. > > I > > subscribe to a group called PBS and I set up the filter as follows: > > Filter Name: PBS > > Filter type: Subject based > > Folder to Move to: PBS > > Search expression: [PBS-USERS] > > and all my mail goes to this PBS folder. If I'm leaving something > out > > please ask. Any and all suggestions are welcome. > > What version of CSCMail are you using? If it's the 1.6.1 version, the > search > expression is a perl regex, and in that case, you are saying, > "anything that > has a P or a B or an S or a U or an R or an E, move to the PBS folder" > What > you really want to use is: > \[PBS-USERS\] or simply PBS-USERS > > In CSCMail 1.7.x filters are simple text matches, and not perl > regex'es due to > this type of confusion... > > -CZ > _______________________________________________ > | 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/mailman/listinfo/cscmail-users > > -- Ralph Buchanan Linux Administrator MSC Software Corp. 2975 Redhill Ave. Costa Mesa, CA 92626 714.445.5672 FAX 714.979.2990 AIM Ralph MSCLinux |
From: Hugh D F. <wo...@po...> - 2000-12-14 19:05:00
|
Hey Steve Haven't heard anything further in a long while regarding the C-version...any hopeful news for us? /h/ |
From: Steven K. <sk...@st...> - 2000-12-14 18:04:04
|
On 14 Dec 2000 08:52:38 PST, Ralph Buchanan said: > Howdy all, > I'm the new kid in town and I have a question about the filter system. > I > subscribe to a group called PBS and I set up the filter as follows: > Filter Name: PBS > Filter type: Subject based > Folder to Move to: PBS > Search expression: [PBS-USERS] > and all my mail goes to this PBS folder. If I'm leaving something out > please ask. Any and all suggestions are welcome. What version of CSCMail are you using? If it's the 1.6.1 version, the search expression is a perl regex, and in that case, you are saying, "anything that has a P or a B or an S or a U or an R or an E, move to the PBS folder" What you really want to use is: \[PBS-USERS\] or simply PBS-USERS In CSCMail 1.7.x filters are simple text matches, and not perl regex'es due to this type of confusion... -CZ |
From: Ralph B. <ral...@ms...> - 2000-12-14 16:51:30
|
Howdy all, I'm the new kid in town and I have a question about the filter system. I subscribe to a group called PBS and I set up the filter as follows: Filter Name: PBS Filter type: Subject based Folder to Move to: PBS Search expression: [PBS-USERS] and all my mail goes to this PBS folder. If I'm leaving something out please ask. Any and all suggestions are welcome. -- Ralph Buchanan Linux Administrator MSC Software Corp. 2975 Redhill Ave. Costa Mesa, CA 92626 714.445.5672 FAX 714.979.2990 AIM Ralph MSCLinux |
From: Ralph B. <ral...@ms...> - 2000-12-13 23:08:39
|
subscribe |
From: Daniel S. <np...@gm...> - 2000-12-08 22:07:32
|
Hi, even if I do not have a slow connection (64) I know the problem. I use the xnetload-utility to find out whats going out or coming in. in my case I start it with xnetload -if ippp0 which is correct for ISDN. I suppose you have to use ppp0 instead. Daniel Psy wrote: > Hello, > > Just one little feature I think it would be interesting, whenever I receive > e-mails I have a windows wich has a bar that tells me the number of e-mails > being received as well as the size of each mail and the percent completed. Can > we have some similar window to tell the status of the e-mails being sent? I > have a slow connection (33.6) and some times I send huge e-mails and I can't > tell if the e-mails are really being sent or if the connection is too slow. > > Thanks! |
From: Psy <ps...@on...> - 2000-12-08 18:55:42
|
Hello, Just one little feature I think it would be interesting, whenever I receive e-mails I have a windows wich has a bar that tells me the number of e-mails being received as well as the size of each mail and the percent completed. Can we have some similar window to tell the status of the e-mails being sent? I have a slow connection (33.6) and some times I send huge e-mails and I can't tell if the e-mails are really being sent or if the connection is too slow. Thanks! -- ps...@on... |
From: <vi...@ro...> - 2000-12-07 23:49:45
|
Nothinman wrote: > ----------------------------------------------------------------------- > the death of one is a tragedy, the death of millions is just a statistic > -- Marilyn Manson I'm told that's a Joe Stalin quote. Vik "Rock is Dead" Olliver :v) |
From: Nothinman <nm...@ho...> - 2000-12-02 20:57:39
|
-- Help protect your rights on-line. Join the Electronic Frontiers Foundation today: http://www.eff.org/join ----------------------------------------------------------------------- the death of one is a tragedy, the death of millions is just a statistic -- Marilyn Manson |
From: Gisle A. <gi...@Ac...> - 2000-11-30 20:13:59
|
HawkeWerks <ha...@ha...> writes: > [hawke@localhost hawke]$ cscmail > HTML Widget is: XmHTML > perl: error while loading shared libraries: > /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/HTML/Parser/Parser.so: > undefined symbol: bytes_to_utf8 This only happen if you enable the experimental UTF8 feature. It does not work for 5.6.0. It works for 5.7.0. I hope it will work for 5.6.1 when it comes out. The perl internal UTF8 API is a bit unstable. The fix is to compile HTML::Parser with the default setting (no UTF8 expanding of entities). Regards, Gisle |
From: HawkeWerks <ha...@ha...> - 2000-11-30 19:42:05
|
CC'd to the author of HTML::Parser [hawke@localhost hawke]$ cscmail HTML Widget is: XmHTML perl: error while loading shared libraries: /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/HTML/Parser/Parser.so: undefined symbol: bytes_to_utf8 when attempting to open an email message, (only one in particular). This email usually comes with some HTML markup. RedHat 7.0, 2.2.18pre23 Kernel, Perl 5.6.0, HTML::Parser 3.13 Date: 2000/09/17 01:39:29 Any ideas? Lloyd |
From: Lloyd D. <ha...@ha...> - 2000-11-29 18:17:46
|
Hi, I've installed cscmail, and setup everything as I would like it, it seems like a good package, however, I've noticed that no message I've sent for the last several days has gone out, nor is their a stored copy of the message anywhere on the computer. I launched cscmail from the command line, and this is the error I'm getting: [hawke@localhost hawke]$ cscmail HTML Widget is: XmHTML DBD::Pg::st execute failed: ERROR: Relation 'messages' does not have attribute 'bcc' Can't ignore signal CHLD, forcing to default. DBD::Pg::st execute failed: ERROR: Attribute 'bcc' not found DBD::Pg::st fetchrow_array failed: no statement executing DBD::Pg::st execute failed: ERROR: Relation 'messages' does not have attribute 'bcc' Can't ignore signal CHLD, forcing to default. DBD::Pg::st execute failed: ERROR: Attribute 'bcc' not found DBD::Pg::st fetchrow_array failed: no statement executing Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Use of uninitialized value in string eq at /usr/bin/cscmail line 5983. Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. Can't ignore signal CHLD, forcing to default. You'll notice I'm sending this from Netscape, because I can't send out via cscmail. Please help! Thanks Lloyd |