[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remailer chaining helper program.



[email protected] (Roy M. Silvernail) wrote:

> Was it here that I saw mention of a program to generate chained remailer
> traffic automatically>  Pointers appreciated, and thanks!

Well, I've had this file in my ftp dir for awhile...
but I don't think anyone knew where to find it.  Since it's short, I hope
nobody will flame me for posting this.

It's a csh script...  I'm sure you can follow the general format and adapt
it.  You may need to replace 'queuemail' with 'sendmail' in the last line,
depending on your system.


cd ~/pgp
~/pgp/pgp -feat hfinney <~/private/anonmsg >~/pgp/remailers/temp
echo "::" >~/pgp/remailers/message
echo "Request-Remailing-To: [email protected]" >>~/pgp/remailers/message
echo "" >>~/pgp/remailers/message
echo "::" >>~/pgp/remailers/message
echo "Encrypted: PGP" >>~/pgp/remailers/message
echo "" >>~/pgp/remailers/message
cat ~/pgp/remailers/temp >>~/pgp/remailers/message
rm ~/pgp/remailers/temp

~/pgp/pgp -feat catalyst <~/pgp/remailers/message >~/pgp/remailers/temp
echo "::" >~/pgp/remailers/message
echo "Request-Remailing-To: [email protected]" >>~/pgp/remailers/message
echo "" >>~/pgp/remailers/message
echo "::" >>~/pgp/remailers/message
echo "Encrypted: PGP" >>~/pgp/remailers/message
echo "" >>~/pgp/remailers/message
cat ~/pgp/remailers/temp >>~/pgp/remailers/message
rm ~/pgp/remailers/temp

echo "To: [email protected]" >~/pgp/remailers/outgoing
echo "From: [email protected]" >>~/pgp/remailers/outgoing
echo "" >>~/pgp/remailers/outgoing
cat ~/pgp/remailers/message >>~/pgp/remailers/outgoing
rm ~/pgp/remailers/message
/usr/andrew/etc/queuemail -f ~/pgp/remailers/outgoing -a [email protected]