7 messages in net.sourceforge.lists.courier-maildrop[maildropl] "Unable_to_execute" error
FromSent OnAttachments
Haim AshkenaziAug 24, 2004 3:19 am 
Sam VarshavchikAug 24, 2004 4:10 am 
Haim AshkenaziAug 25, 2004 12:39 am 
Sam VarshavchikAug 25, 2004 4:08 am 
Haim AshkenaziAug 25, 2004 5:54 am 
Sam VarshavchikAug 25, 2004 4:12 pm 
Haim AshkenaziAug 25, 2004 5:07 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] "Unable_to_execute" errorActions...
From:Haim Ashkenazi (ha@babysnakes.org)
Date:Aug 24, 2004 3:19:42 am
List:net.sourceforge.lists.courier-maildrop

Hi

I have a client that uses courier/qmail/sqwebmail/maildrop setup on debian stable (courier-*.037.3, qmail-1.0.3). he uses the sqwebmail to configure auto-replies. for two years everything worked fine, but suddenly the auto-replies stopped working with "Unable to execute" error in the logs. he didn't change the versions of the packages, (it started before the latest security update and it continues after updating - in debian stable the version is not changed, the fix is applied to the current version). the mailfilter file generated by sqwebmail is:

--------------------------------------

#MFMAILDROP=2 # # DO NOT EDIT THIS FILE. This is an automatically generated filter.

FROM='usera@mail' import SENDER if ($SENDER ne "") { FROM=$SENDER }

##Op:islargerthan ##Header: ##Value:0 ##Folder:+Test ##From:use@xyz.co.il ##PlainString ##Name:vacation

if (($SIZE > 0)) { AUTOREPLYFROM='use@xyz.co.il' `/usr/bin/mailbot -A "X-Sender: $FROM" -A "From: $AUTOREPLYFROM" -m "/users/usera/Maildir/autoresponses/Test" $SENDMAIL -t -f ""` }

to "/users/usera/Maildir/."

-------------------------------------------------------------------------

when running maildrop with "-V 10" I get the following output:

-------------------------------------------

Aug 18 14:14:11 mail qmail: 1092827651.455509 delivery 42903: success: maildrop:_Changing_to_/users/usera/Message_start_at_55_bytes,_envelope_sender=ro@mail.xyz.co.il/maildrop:_Attempting_.mailfilter/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_string:_"FROM"/Tokenized_=/Tokenized_string:_'usera@mail'/Tokenized_;/Tokenized_import/Tokenized_string:_"SENDER"/Tokenized_;/Tokenized_if/Tokenized_(/Tokenized_string:_"$SENDER"/Tokenized_ne/Tokenized_string:_""/Tokenized_)/Tokenized_;/Tokenized_{/Tokenized_;/Tokenized_string:_"FROM"/Tokenized_=/Tokenized_string:_"$SENDER"/Tokenized_;/Tokenized_}/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_if/Tokenized_(/Tokenized_(/Tokenized_string:_"$SIZE"/Tokenized_>/Tokenized_string:_"0"/T Aug 18 14:14:11 mail qmail: 1092827651.455509+okenized_)/Tokenized_)/Tokenized_;/Tokenized_{/Tokenized_;/Tokenized_string:_"AUTOREPLYFROM"/Tokenized_=/Tokenized_string:_'use@xyz.co.il'/Tokenized_;/Tokenized_string:_`/usr/bin/mailbot_-A_"X-Sender:_$FROM"_-A_"From:_$AUTOREPLYFROM"_-m_"/users/usera/Maildir/autoresponses/Test"_$SENDMAIL_-t_-f_""`/Tokenized_;/Tokenized_}/Tokenized_;/Tokenized_;/Tokenized_to/Tokenized_string:_"/users/usera/Maildir/."/Tokenized_;/Tokenized_eof/.mailfilter(5):_FROM="usera@mail"/.mailfilter(6):_import__"SENDER"/.mailfilter(7):_Evaluating_IF_condition./.mailfilter(7):_Operation_on:_ro@mail.xyz.co.il_and__-_string_not_equal,_result_is_1/.mailfilter(7):_IF_evaluated,_result=1/.mailfilter(9):_FROM="ro@mail.xyz.co.il"/.mailfilter(21):_Evaluating_IF_condition./.mailfilter(21):_Operation_on:_476 Aug 18 14:14:11 mail qmail: 1092827651.455509+_and_0_-_greater_than,_result_is_1/.mailfilter(21):_IF_evaluated,_result=1/.mailfilter(23):_AUTOREPLYFROM="use@xyz.co.il"/maildrop:_Filtering_through_`/usr/bin/mailbot_-A_"X-Sender:_$FROM"_-A_"From:_$AUTOREPLYFROM"_-m_"/users/usera/Maildir/autoresponses/Test"_$SENDMAIL_-t_-f_""`/Unable_to_execute_/maildrop:_Delivery_complete./did_0+0+1/

---------------------------------------

when running as the user: 'cat <MESSAGE> | maildrop' the autoreply works without a problem.

does anyone has any idea what can cause this error? (I tried 3 users and the error happened with all of them).

btw, the users authentication is from an NIS server.

thanx