home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / security / pgp / rnscripts / Scripts / PGPsign < prev    next >
Text File  |  1994-05-18  |  592b  |  26 lines

  1. #Script PGP: sign clear-text posting
  2. #
  3. # Doesn't matter where you put the pgppath error test, the dialogue box
  4. # pops up.  Aaarrrgh!
  5. #IF "<pgppath>" = ""
  6. #Error     Cannot sign posting:     !PGP application has not been seen by the filer"
  7. #ENDIF
  8. #arg Posting:
  9. #IF "%0%"=""
  10. #Error Please drag a posting onto the field
  11. #EndIf
  12. #os copy %0% <ReadNews$TempDir>.msg ~c~v
  13. #
  14. #os Dir <ReadNews$TempDir>
  15. #task split_msg
  16. #task pgp -sta +clearsig=on msg/txt
  17. #output post
  18. #include msg/hdr
  19. #include msg/asc
  20. #os remove msg/hdr
  21. #os remove msg/txt
  22. #os remove msg/asc
  23. #os remove msg
  24. #os remove RNTemp
  25. #os Back
  26.