Re: Executing a Script every hour

2003-10-01 Thread David J. Weller-Fahy
* Christof Hurschler <[EMAIL PROTECTED]> [2003-10-01 04:41]: > I set the ppp option "demand" which like you said connects when I try > to access the network. It terminates the connection after 60 seconds > of no traffic. It takes maybe 20 seconds to connect (I haven't > actually timed it), which

Re: Executing a Script every hour

2003-09-30 Thread David J. Weller-Fahy
* Christof Hurschler <[EMAIL PROTECTED]> [2003-09-30 22:17]: > Tha sounds like a very logical thing to do, as you can tell I'm a > newbie. Do you mean running the script from ip-up?? Assuming the script ip-up runs *after* the DSL connection is established, then yes. When it comes to dial-up/ppp

Re: Executing a Script every hour

2003-09-30 Thread David J. Weller-Fahy
* Christof Hurschler <[EMAIL PROTECTED]> [2003-09-30 15:04]: > $pop = Net::POP3->new('pop3host', Timeout => 60); Perl, eh? Never played around with that language, sorry. > but I haven't been able to get it to work in swendelete, I always get > a "can't connect to mail server" error when I run sw

Re: Executing a Script every hour

2003-09-30 Thread David J. Weller-Fahy
* Christof Hurschler <[EMAIL PROTECTED]> [2003-09-30 12:35]: > Is there a simpe way to have a script execute at shorter time > intervals. I'd like to run the swendeleter.pl script automatically > every so often to keep my mailbox from overfiling. I think you looked in the wrong place (took me a wh

Re: Uppercasing filenames

2003-09-20 Thread David J. Weller-Fahy
* Jeff Elkins <[EMAIL PROTECTED]> [2003-09-20 13:07]: > I need to convert a bunch of filenames to uppercase. I tried the > script below, which does...nothing. > > #!/bin/sh > for file in $* > do > if [ -f $file ] > then > ucfile=`echo $file | tr [a-z] [A-Z]` > if [ $file != $ucfile ] > the

Re: problem with mutt and imap

2003-09-04 Thread David J. Weller-Fahy
* Dan Hunt <[EMAIL PROTECTED]> [2003-09-04 11:22]: > > set ssl_starttls=no > > > > And try to connect. Just a WAG, but it might help. > > > Great guess, fixed that right up. Excellent! Glad I could help. Regards, -- dave [ please don't CC me ] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: problem with mutt and imap

2003-09-04 Thread David J. Weller-Fahy
* Dan Hunt <[EMAIL PROTECTED]> [2003-09-03 20:32]: > * David J. Weller-Fahy <[EMAIL PROTECTED]> [2003-09-03 21:10]: > > * Dan Hunt <[EMAIL PROTECTED]> [2003-09-03 18:22]: > > > * Grzesiek Sedek <[EMAIL PROTECTED]> [2003-09-03 18:43]: > > > >

Re: problem with mutt and imap

2003-09-03 Thread David J. Weller-Fahy
* Dan Hunt <[EMAIL PROTECTED]> [2003-09-03 18:22]: > * Grzesiek Sedek <[EMAIL PROTECTED]> [2003-09-03 18:43]: > > I'm getting this weird error when trying to connect to imap server: > > > > gnutls_handshake: A TLS packet with unexpected length was received > > Hey! I am having the same problem with