Due to various problems with Yahoo Groups, I'm going to be moving the list in the next few days. lists.aagh.net is pretty much sorted now; there are a few more...
Hello Thomas ... What are the privacy rules with this new server? A few I am in have moved and it causes me to get a bout of SPAM for weeks. Regards -- As...
Andrew Bruno
abruno@...
Oct 9, 2002 7:58 am
2923
... I have back to 9/18 2001; some individual, some digest. Shouldn't be too hard to break things apart. ... I use digest mode! Pete...
... Ecartis, aka Listar. I'll admit to being tempted to write my own, but I'll see how it goes. We used to use mailman, but I hate it's braindead password...
... Um. "We don't sell your address to anyone" :) ... I'll probably do some reversable address munging on the archives (or remove them completely), for...
Thomas Hurst said, ... That's the one I used to host the digital lists. I tried mailman but didn't like it. MHonarc, see Freshmeat, will take care of the web...
... I'd like to sub the peeps who came up with the password system to about 50 mailman lists, see how they like 50 password reminders a month all going to...
Thomas Hurst said, ... I've got into the habit of skipping through them on the first of each month. It's a handy reminder that a new month has just started :) ...
... Er, no, that's not what I mean. I mean they like you to add: list-bounce: "|/usr/local/ecartis/ecartis -c vhost.cfg -bounce list" list-moderators:...
Thomas Hurst said, ... I put them in ecartis/aliases, keeping /etc/aliases for my own stuff. They're still there, but hidden and inoffensive. ... It's a good...
Hello Chris Elliott On 08-Oct-02, Chris Elliott wrote: [...] CE> I seem to have lost my Twist2 manual. I'm trying to figgure out the CE> arexx commands on...
Have any of you ever put together a small script to generate a random football fixture list.... or can think of an easy way to do so. Say a league of 6 teams ...
... Not on the Amiga, I did such years ago on the ZX Spectrum. As I recall the task is not quite as simple as would first appear. You can't use a random number...
Hello Thomas ... I have a few MailingLists taht I could use in my Web Domain (using ezml)... I fear there are no web archives... Another option could be to...
Hello, Kev & Garry: ... If you set up a list (or use your array idea) and randomly adjust it, before you start picking&deleting from the list (or build the...
... If I recall correctly it only took the Spectrum a couple of hours for a league of 22 teams and that was using Basic. I do remember that it took quite some...
In the attached script, which uses RMH and RexxExtra (Aminet name: rexxtra), replace() gives an incorrect result. But when I remove the fourth argument from...
... When looking for a function, the ARexx interpreter uses an ARexx message as argument for the query function (the function at the offset you specify adding...
I want to check to see what devices are mounted. exists("cd1:") works if cd1: does exist, but brings up a requestor if it doesn't. show() and showlist() won't...
Ash Wyllie
ashw@...
Nov 12, 2002 5:02 pm
2945
Ash Wyllie said, ... options results address command 'Assign >NIL: CD1: exists' if RC = 5 then say 'CD1: not mounted' Cheers Neil -- If this leaves a waxy...
Gently extracted from the mind of Neil Bothwick; ... Brilliant! That noise you hear is me slapping myself for not thinking of it. -ash for assistance dial...
Ash Wyllie
ashw@...
Nov 13, 2002 11:34 am
2949
... it ... call pragma('W','N') res=exists('cd1:') call pragma('W','Y') Ciao. Alfonso....