Kyle Quillen wrote:
Kyle Quillen wrote:
Hello all,
When I try to run the qtp-clean-spam script it comes back with an error
message that finds argument list is too long. Can anyone point in a
direction as to how to clear this up.
Thanks
Q
Does the error tell which line in the script gets the error?
Which version of qtp-clean-spam are you running (what's the latest
modification date)?
Which vertion of qmailtoaster-plus?
-Eric 'shubes'
Eric,
This is the error that I get
qtp-clean-spam: line 45: /usr/bin/find: Argument list too long
9-2-08 is the last comments in my file.
Thanks
Q
I think I see the problem. Try changing
for each in "${PATH_SPAM}" ; do
to
for each in ${PATH_SPAM} ; do
(remove the quotes)
I'm betting that'll fix it. Let me know and I'll get the script fixed
for the next qtp release.
--
-Eric 'shubes'
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]