Re: [ezmlm] lock: file does not exist

2001-05-03 Thread Peter Peltonen



 If you do not have the ezmlm-idx patch applied you may try
 xargs ezmlm-sub /path/to/list adress.txt

This works! But none of the examples mentioned before. And I *have* the idx
patch:

$ rpm -qa |grep ezmlm
ezmlm-idx-mysql-0.53.324-1

Strange...?



Re: [ezmlm] lock: file does not exist

2001-05-03 Thread peter green

* Peter Peltonen [EMAIL PROTECTED] [010503 04:41]:
  If you do not have the ezmlm-idx patch applied you may try
  xargs ezmlm-sub /path/to/list adress.txt
 
 This works! But none of the examples mentioned before. And I *have* the idx
 patch:
 
 $ rpm -qa |grep ezmlm
 ezmlm-idx-mysql-0.53.324-1
 
 Strange...?

Expected. The xargs is required for ezmlm-idx  0.400 and not for = 0.400.
(This is, of course, a good argument for why you should submit version
numbers when reporting a ``bug''.)

/pg
-- 
Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED]
---
You know you are there when you are known by your first name, and
are recognized.
Lemmie see, there is Madonna, and Linus, and . help me out here!
Bill ? ;-)
(From some postings on comp.os.linux.misc)




Re: [ezmlm] lock: file does not exist

2001-05-03 Thread Karsten W. Rohrbach

Markus Stumpf([EMAIL PROTECTED])@2001.05.02 21:16:32 +:
 On Wed, May 02, 2001 at 08:30:12PM +0200, Karsten W. Rohrbach wrote:
  Peter Farmer([EMAIL PROTECTED])@2001.05.02 15:50:13 +:
  1)
  thats the same like 'ezmlm-sub /path/to/list adress.txt' but wastes
  more system resources by creating the process environment for cat.
 
 This will *NOT* work (neither of both commands) with a vanilla ezmlm.
 You need the ezmlm-idx patch for that.
 If you do not have the ezmlm-idx patch applied you may try
 xargs ezmlm-sub /path/to/list adress.txt
yup, i read about that one after writing the mail. i use -idx 0.40 and
it worked ;-)

 
 In any case ezmlm-sub will stop processing the bulk if it encounters an invalid
 email address (e.g. addresses containing spaces which will result in
 email addresses withou an '@' sign).
yup, that's what i wrote.

 As xargs may start ezmlm-sub more than one time you may encounter
 the problem that only a portion of the bulk is missing (i.e. the one
 that contained an invalid address).
let's call that an improvement. actually seeing a nonfatal error would
be a good thing[tm].

/k

-- 
 The path of excess leads to the tower of wisdom. -- W. Blake
KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de
[Key] [KeyID---] [Created-] [Fingerprint-]
GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340 4F4E 2964 BF46



Re: [ezmlm] lock: file does not exist

2001-05-02 Thread Peter Peltonen


Peter Peltonen wrote:

 -snip--
 test# ezmlm-make -emrlfn /home/test/lists/test /home/fivetec-mail/.qmail-test
 test \ test.dom
 --snip--

This should of course be:

-snip--
test# ezmlm-make -emrlfn /home/test/lists/test /home/test/.qmail-test
test \ test.dom
--snip--

Peter



Re: [ezmlm] lock: file does not exist

2001-05-02 Thread Peter Peltonen


Okay... It seems my problem was due to use of switches I didn't need and not
really understanding what I was doing :) 

Still I have two questions about ezmlm:

1) how do I add a bunch of addresses to a list (locally or remotely)?

   I tried 'ezmlm-sub /home/test/lists/testlist temp' where temp was a file 
   that contained a bunch of addresses, but that did not work. 

2) how do I delete a list (just rm away the .qmail files and the list dir?)


Cheers,
Peter



Re: [ezmlm] lock: file does not exist

2001-05-02 Thread Robin S. Socha

* Peter Peltonen [EMAIL PROTECTED] [010502 09:57]:
 
 Okay... It seems my problem was due to use of switches I didn't need
 and not really understanding what I was doing :) 

Parse error at :).

 Still I have two questions about ezmlm:

http://cr.yp.to/lists.html:
ezmlm: For discussion of the ezmlm package. To subscribe, send an empty
message to [EMAIL PROTECTED] 

 1) how do I add a bunch of addresses to a list (locally or remotely)?

With MySQL? Without? Why are you running a MySQL-enabled version of a
program whose basic functionality you haven't even begun to grasp?

I tried 'ezmlm-sub /home/test/lists/testlist temp' where temp was a file 
that contained a bunch of addresses, but that did not work. 

In which way did it not work? Did it rape your dog, kill your sister,,
or fail with an error message that you didn't submit because you are
mistaking this list for a quiz show?

 2) how do I delete a list (just rm away the .qmail files and the list dir?)

http://ezmlm.org/faq-0.40/FAQ-5.html
-- 
Robin S. Socha 
http://my.gnus.org/ - To boldly frobnicate what no newbie has grokked before.



Re: [ezmlm] lock: file does not exist

2001-05-02 Thread Peter Farmer

On 16:54:34 - 02/05/01, Peter Peltonen wrote:
 
 Okay... It seems my problem was due to use of switches I didn't need and not
 really understanding what I was doing :) 
 
 Still I have two questions about ezmlm:
 
 1) how do I add a bunch of addresses to a list (locally or remotely)?
 
I tried 'ezmlm-sub /home/test/lists/testlist temp' where temp was a file 
that contained a bunch of addresses, but that did not work. 
 
 2) how do I delete a list (just rm away the .qmail files and the list dir?)
 
 
 Cheers,
 Peter

Try 

cat test | ezmlm-sub /home/test/lists/testlist

HTH

-- 
Peter Farmer [EMAIL PROTECTED]

Senior Systems Engineer
blueyonder - http://www.blueyonder.co.uk/



Re: [ezmlm] lock: file does not exist

2001-05-02 Thread Peter Farmer

On 16:54:34 - 02/05/01, Peter Peltonen wrote:
 
 Okay... It seems my problem was due to use of switches I didn't need and not
 really understanding what I was doing :) 
 
 Still I have two questions about ezmlm:
 
 1) how do I add a bunch of addresses to a list (locally or remotely)?
 
I tried 'ezmlm-sub /home/test/lists/testlist temp' where temp was a file 
that contained a bunch of addresses, but that did not work. 
 
 2) how do I delete a list (just rm away the .qmail files and the list dir?)
 
 
 Cheers,
 Peter

Let me rephrase that, try

cat temp | ezmlm-sub /home/test/lists/testlist

where temp is a file containing an email on each line

HTH

-- 
Peter Farmer [EMAIL PROTECTED]

Senior Systems Engineer
blueyonder - http://www.blueyonder.co.uk/



Re: [ezmlm] lock: file does not exist

2001-05-02 Thread Karsten W. Rohrbach

Peter Farmer([EMAIL PROTECTED])@2001.05.02 15:50:13 +:
 On 16:54:34 - 02/05/01, Peter Peltonen wrote:
  
  Okay... It seems my problem was due to use of switches I didn't need and not
  really understanding what I was doing :) 
  
  Still I have two questions about ezmlm:
  
  1) how do I add a bunch of addresses to a list (locally or remotely)?
  
 I tried 'ezmlm-sub /home/test/lists/testlist temp' where temp was a file 
 that contained a bunch of addresses, but that did not work. 
  
  2) how do I delete a list (just rm away the .qmail files and the list dir?)
  
  
  Cheers,
  Peter
 
 Let me rephrase that, try
 
 cat temp | ezmlm-sub /home/test/lists/testlist

1)
thats the same like 'ezmlm-sub /path/to/list adress.txt' but wastes
more system resources by creating the process environment for cat.
the contents of the textfile go to stdin of ezmlm-sub in both cases and
this is actually what you want. do you have fully qualified email
adresses in your sourcefile? could you please doublecheck your
sourcefile for invalid email adresses?

2)
sounds reasonable. you might try something like
---
cd ~listuserid
mkdir .disabled
mv .qmail-listname* listname .disabled
---
which actually allows you to revive it again or browse the archives if
they exist. to stop servicing the list you could simply rename the
corresponding .qmail-listname* files to let's say .deactivated-listname*

/k

 
 where temp is a file containing an email on each line
 
 HTH
 
 -- 
 Peter Farmer [EMAIL PROTECTED]
 
 Senior Systems Engineer
 blueyonder - http://www.blueyonder.co.uk/

-- 
 Anxiety, n.: The first time you can't do it a second time.
 Panic, n.: The second time you can't do it the first time.
KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de
[Key] [KeyID---] [Created-] [Fingerprint-]
GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340 4F4E 2964 BF46



Re: [ezmlm] lock: file does not exist

2001-05-02 Thread Markus Stumpf

On Wed, May 02, 2001 at 08:30:12PM +0200, Karsten W. Rohrbach wrote:
 Peter Farmer([EMAIL PROTECTED])@2001.05.02 15:50:13 +:
 1)
 thats the same like 'ezmlm-sub /path/to/list adress.txt' but wastes
 more system resources by creating the process environment for cat.

This will *NOT* work (neither of both commands) with a vanilla ezmlm.
You need the ezmlm-idx patch for that.
If you do not have the ezmlm-idx patch applied you may try
xargs ezmlm-sub /path/to/list adress.txt

In any case ezmlm-sub will stop processing the bulk if it encounters an invalid
email address (e.g. addresses containing spaces which will result in
email addresses withou an '@' sign).
As xargs may start ezmlm-sub more than one time you may encounter
the problem that only a portion of the bulk is missing (i.e. the one
that contained an invalid address).

\Maex

-- 
SpaceNet AG| Joseph-Dollinger-Bogen 14 | Fon: +49 (89) 32356-0
Research  Development |   D-80807 Muenchen| Fax: +49 (89) 32356-299
Stress is when you wake up screaming and you realize you haven't fallen
asleep yet.