[pius-commit] pius Changelog, 1.1.2.6, 1.1.2.7 README, 1.1.2.3, 1.1.2.4
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2009-02-07 23:24:04
|
Update of /cvsroot/pgpius/pius In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32354 Modified Files: Tag: pius_2_x_branch Changelog README Log Message: A few final things for 2.0.0 README: - Explain how to write custom emails Changelog: - List the above Signed-off-by: Phil Dibowitz <ph...@ip...> Index: README =================================================================== RCS file: /cvsroot/pgpius/pius/README,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- README 7 Feb 2009 23:12:13 -0000 1.1.2.3 +++ README 7 Feb 2009 23:23:59 -0000 1.1.2.4 @@ -93,7 +93,7 @@ have to type your passphrase for every key-UID combination. -A NOTE ON SENDING EMAILS +SENDING EMAILS When PIUS emails out keys it BCC's you, so you will get a copy of every email sent out. If you would like to see what is going to be sent and not have it @@ -107,6 +107,12 @@ If you want to see the email sent when not using PGP/Mime then try: $ pius -T -O +If you want to customize this message you can do so with the -M option. Note +that you may use python's named variable interpolation syntax here to have pius +fill in email (the email in the UID, i.e. the recipient), keyid (of the key that +was signed), and signer (the keyid used to sign, i.e. your keyid). For example, +you can simply include "%(keyid)s" (without the quotes) to get the keyid. + LICENSE Index: Changelog =================================================================== RCS file: /cvsroot/pgpius/pius/Changelog,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -d -r1.1.2.6 -r1.1.2.7 --- Changelog 7 Feb 2009 23:05:42 -0000 1.1.2.6 +++ Changelog 7 Feb 2009 23:23:59 -0000 1.1.2.7 @@ -17,6 +17,7 @@ - Add support for STARTTLS and SMTPAUTH when sending email - Guard main() in an if __name__ == '__main__' to allow pydoc to work on pius - Added a spec file +- Add notes to the README on how to write custom emails 1.7 Released: 02/06/09 |