home *** CD-ROM | disk | FTP | other *** search
- #Script PGP: sign clear-text posting
- #
- # Doesn't matter where you put the pgppath error test, the dialogue box
- # pops up. Aaarrrgh!
- #IF "<pgppath>" = ""
- #Error Cannot sign posting: !PGP application has not been seen by the filer"
- #ENDIF
- #arg Posting:
- #IF "%0%"=""
- #Error Please drag a posting onto the field
- #EndIf
- #os copy %0% <ReadNews$TempDir>.msg ~c~v
- #
- #os Dir <ReadNews$TempDir>
- #task split_msg
- #task pgp -sta +clearsig=on msg/txt
- #output post
- #include msg/hdr
- #include msg/asc
- #os remove msg/hdr
- #os remove msg/txt
- #os remove msg/asc
- #os remove msg
- #os remove RNTemp
- #os Back
-