[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] PGP encrypted emails appearing blank
Dan!!! You're brilliant!!! Whilst i didn't quite understand what you meant
by encryption blocks, i removed some extraneous code from etc/report and it
worked!
For those in future who come across this problem, here's the solution -
remove these lines:
[seti order_text]
[/seti]
[tag op=mime description="Order Text" interpolate=1]
[scratch order_text]
[/tag]
I guess that's an encryption block :) i'm not entirely sure why etc/report
has that stuff in there, maybe someone can explain to me the point behind
it, but either way, emails are working, and i'm a VERY HAPPY MAN :)
----- Original Message -----
From: "Dan Browning" <dbml@kavod.com>
To: <interchange-users@icdevgroup.org>
Sent: Saturday, November 09, 2002 11:55 PM
Subject: Re: [ic] PGP encrypted emails appearing blank
> At 08:17 PM 11/9/2002 +0800, you wrote:
> >ok, i'm still having the same problem as before, PGP emails are being
> >encrypted, but they're appearing blank in the mail client - the PGP block
IS
> >in there, so long as you go in and view the message source.
> >
> >when i posed the question earlier, a mailing list link was posted who's
> >contents basically suggested that i should check to ensure the ENCRYPTOR
> >section works from the command line. well, it still does, and it did
before
> >aswell :)
> >
> >the message is appearing blank in outlook, outlook express, AND mozilla's
> >mail client. is this a mime type issue? i really dont understand how a
mail
> >client can simply ignore a huge slab of text.
> >
> >just for the sake of completion, here's my order route, and other
> >appropriate strings...
> >
> >Variable ENCRYPTOR PGP gpg --no-default-keyring --always-trust --keyring
> >/home/mvend/.gnupg/pubring.gpg -e -a --batch -t -r '%s'
> >
> >Variable PGP_KEY ritontor@icenet.com.au
> >
> >EncryptKey ritontor@icenet.com.au
> >
> >Route main <<EOF
> > attach 0
> > encrypt 1
> > credit_card 1
> > default 0
> > reply email@address.com
> > email ritontor@icenet.com.au
> > errors_to ritontor@icenet.com.au
> ># pgp_cc_key "__PGP_KEY__"
> ># pgp_key "__PGP_KEY__"
> > receipt etc/receipt.html
> > report etc/report
> > supplant 1
> > individual_track orders
> > track logs/tracking.asc
> >EOF
>
>
> For what it's worth, I couldn't get Outlook Express + WinPT + GPGOE to
work
> unless I removed one of the blocks of encryption in etc/report.
Apparently
> it decrypts the first and then chokes on the second. You might try
> removing one or the other to see if it helps.
>
> --
> /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
> | Dan Browning, Kavod Technologies <dan.browning@kavod.com> |
> | (360) 882-7872 x7, 6700 NE 162nd Ave, Suite 210, Vancouver, WA |
> \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
> Keep America beautiful. Swallow your beer cans.
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>