mhonarc-users

Re: Warning: Database (2.5.14) != program (2.6.8) version.

2004-02-10 16:41:17
On February 10, 2004 at 19:11, Arkadiusz Miskiewicz wrote:

Recently I've upgraded mhonarc to latest available version and this message 
started showing up.

Few questions
- is there a way to convert database to latest version?
or

mha-dbedit

- is there a switch to disable this warning? (didn't found any)

No.

------ pipe to |/usr/bin/mhonarc -add -folrefs -idxfname index.html 
-nochecknoarchive -outdir /home/httpd/admin/archive/admin -title 
'Administrator Archive' -umask 022 -quiet || /bin/true

Unfortunately it generates that warning which makes MTA to return bounce 
message.

Which implies your MTA is determining error status of the pipe
not from the return status code of the program but from output
to stderr (which may be questionable design choice).

What you can do is redirect mhonarc stdout and stderr to /dev/null
so only the exit code of the program will be used by your MTA.

--ewh

<Prev in Thread] Current Thread [Next in Thread>