Rt-mailgate + procmail issues

Hello list,

I have some problems with procmail in the case that rt-mailgate returns an error.

it seems that when rt-mailgate errors (apache or mysql down) the mails disappears.

i browse hte list history and found some tips using the :0e option but until now it refuses to do what i want

this is my current .procmailrc

PATH=/usr/bin:/usr/local/bin
MAILDIR=$HOME
LOGFILE=$MAILDIR/procmail.log
VERBOSE=yes
SHELL=/bin/sh

:0
{
:0
| /opt/rt3/bin/rt-mailgate --queue support --action correspond --url http://192.168.0.2/rt

:0e
! myname@mydomain.nl

}

:0
! myname@mydomain.nl

and of course i fill in real email adresses.

If apache and mysql are up, then everything works fine.

Anybody can help me ?

Regards,
Rini