Re: EX_IOERR

2017-05-29 Thread Joe Quinn
On 5/28/2017 10:59 AM, Cecil Westerhof wrote: On Sunday 28 May 2017 14:50 CEST, Joe Quinn wrote: On 5/28/2017 2:11 AM, Cecil Westerhof wrote: When executing: spamc -L spam It looks like EX_IOERR simply refers to the fact that some process exited with status 74. Restart spamd with the -D

Re: EX_IOERR

2017-05-28 Thread Cecil Westerhof
On Sunday 28 May 2017 14:50 CEST, Joe Quinn wrote: > On 5/28/2017 2:11 AM, Cecil Westerhof wrote: >> When executing: >> spamc -L spam > >> I get an EX_IOERR error. But no description why I get it. Is there >> a way to find out what triggers the error? >> >

Re: EX_IOERR

2017-05-28 Thread Joe Quinn
On 5/28/2017 2:11 AM, Cecil Westerhof wrote: When executing: spamc -L spam It looks like EX_IOERR simply refers to the fact that some process exited with status 74. Restart spamd with the -D option so you get debugging output, and it should be easier to narrow it down to a specific cause.

EX_IOERR

2017-05-27 Thread Cecil Westerhof
When executing: spamc -L spam http://www.linkedin.com/in/cecilwesterhof

RE: REPOST:Need some help with - EX_IOERR 74 input/output error

2006-02-16 Thread Dallas L. Engelken
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, February 10, 2006 18:24 > To: users@spamassassin.apache.org > Subject: RE: REPOST:Need some help with - EX_IOERR 74 > input/output error > > - Original Message - >

RE: REPOST:Need some help with - EX_IOERR 74 input/output error

2006-02-10 Thread Matthias Fuhrmann
e > >> error 70 means. > > > >look for a file called sysexits.h. there you can get the > >meaning of error codes. taken from a feroda sysexits.h: > >EX_IOERR -- An error occurred while doing I/O on some file. > >define EX_IOERR74 /* input/output err

RE: REPOST:Need some help with - EX_IOERR 74 input/output error

2006-02-10 Thread Kevin W. Gagel
ts.h. there you can get the >meaning of error codes. taken from a feroda sysexits.h: >EX_IOERR -- An error occurred while doing I/O on some file. >define EX_IOERR74 /* input/output error */ > >well, thats not much of information. but place a 'set -x' >

RE: REPOST:Need some help with - EX_IOERR 74 input/output error

2006-02-10 Thread Dallas L. Engelken
> -Original Message- > From: Matthias Fuhrmann > [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 09, 2006 6:50 PM > To: Kevin W. Gagel > Cc: users@spamassassin.apache.org > Subject: RE: REPOST:Need some help with - EX_IOERR 74 > input/output error > &g

RE: REPOST:Need some help with - EX_IOERR 74 input/output error

2006-02-09 Thread Matthias Fuhrmann
90,000 messages passed to spamc via the script > >> about 7,000 failed with an error code of 74. > >> > >> What does spamc mean by EX_IOERR? > >> > >> Is this a failure between my script and spamc or > >> something else? > > > >Ok,

RE: REPOST:Need some help with - EX_IOERR 74 input/output error

2006-02-09 Thread Kevin W. Gagel
led with an error code of 74. >> >> What does spamc mean by EX_IOERR? >> >> Is this a failure between my script and spamc or >> something else? > >Ok, ok... I'll come to the rescue! :) > >I've fought this before. I believe the problem was >im

RE: REPOST:Need some help with - EX_IOERR 74 input/output error

2006-02-09 Thread Dallas L. Engelken
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 09, 2006 3:58 PM > To: users@spamassassin.apache.org > Subject: REPOST:Need some help with - EX_IOERR 74 input/output error > > Has anyone got any idea's on th

REPOST:Need some help with - EX_IOERR 74 input/output error

2006-02-09 Thread Kevin W. Gagel
Has anyone got any idea's on this? No one responded to my first post on it. --- I'm using a script to pipe messages to spamc. Out of about 90,000 messages passed to spamc via the script about 7,000 failed with an error code of 74. What does spamc mean by EX_IOERR? Is this a failure

Need some help with - EX_IOERR 74 input/output error

2006-02-03 Thread Kevin W. Gagel
I'm using a script to pipe messages to spamc. Out of about 90,000 messages passed to spamc via the script about 7,000 failed with an error code of 74. What does spamc mean by EX_IOERR? Is this a failure between my script and spamc or something else? = Ke