[ic] order routing

Tim Mirecki interchange-users@lists.akopia.com
Fri Jul 20 13:29:01 2001


Order routing is sending me 2 emails to notify me of an order.

I cleared “email” in the main route so that I will only get ONE email, and I
get the following error:

/bin/bash: /home/tim/.bashrc: Permission denied
192.168.0.10 zJsUcvC9:192.168.0.10 - [20/July/2001:13:26:28 -0400] magicoven
/cgi-bin/magicoven/proce
ss.html ERRORS on ORDER TEST0170:
> Error during creation of order routing main:
> Empty order routing main (and not explicitly empty) at
/usr/local/interchange/lib/Vend/Order.pm lin
e 1526.
>

I am only getting one email now, but every time there is an order placed, I
get the error.  Here’s what my main route has:

Route main  <<EOF
        attach            0
        credit_card       1
        default           1
        email             ""
        encrypt           0
        encrypt_program   '__ENCRYPTOR__'
        errors_to         '__ORDERS_TO__'
        pgp_cc_key        "__GPG_KEY__"
        pgp_key           "__GPG_KEY__"
        receipt           etc/receipt.html
        report            etc/report
        report            etc/tofax
        supplant          1
        individual_track  orders
        track             logs/tracking.asc
EOF


tia