Package: crm114
Version: 20060704a-5
Severity: normal

I've started having problems like this:

/usr/bin/crm: *ERROR* 
 This program tried a shell command that didn't run correctly.  The command was 
>>mkdir reaver_cache/empty << and returned exit code 255 .
 Sorry, but this program is very sick and probably should be killed off.
This happened at line 1080 of file /home/jon/.crm114/mailreaver.crm
The line was: 
--> syscall () () /mkdir :*:text_cache:\/empty /

I'm not sure why the syscall is failing, it does so only
sporadically it seems, but that's not the issue I'm
reporting here.

The problem is, mailreaver.crm doesn't appear to be
returning a non-zero exit code, so I can't catch the mails
that are failing via procmail. The following recipe works:

    :0
    * ^Subject: eicuhais
    {
            :0fw
            | /bin/false

            :0 e
            $HOME/Maildir/to-filter/
    }

("eicuhais" is just a token from pwgen to test this with)

The following does not:

    :0fw: $HOME/.crm114/crm114.procmail.lock
    | $HOME/.crm114/mailreaver.crm -u $HOME/.crm114/

    :0 e
    $HOME/Maildir/to-filter/

[EMAIL PROTECTED]:~$ gunzip -c /usr/share/doc/crm114/examples/mailreaver.crm.gz 
 | md5sum -
c60f5d6ab9f344b7545ad534a6ea29a1  -
[EMAIL PROTECTED]:~$ md5sum .crm114/mailreaver.crm
c60f5d6ab9f344b7545ad534a6ea29a1  .crm114/mailreaver.crm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to