home *** CD-ROM | disk | FTP | other *** search
- #Script PGP: decrypt article and append to original
- #
- #IF "<pgppath>" = ""
- #Error Cannot decrypt article: !PGP application has not been seen by the filer
- #ENDIF
- #os Dir <ReadNews$TempDir>
- #output CreateFile msg
- #include %art_file%
- #output off
- #task split_msg
- #task pgp msg/txt -o msg/asc
- #Output AppendFile %art_file%
-
- ----------------------------Decrypted Text Follows---------------------------
-
- #include msg/asc
- #Output Off
- #os remove msg/hdr
- #os remove msg/txt
- #os remove msg/asc
- #os remove msg
- #os Back
- #LoadArt
-