diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-06 18:17:54 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-06 18:17:54 +0200 |
commit | 704a61184e9d87d0aad33b5f830e075dd7da9e4d (patch) | |
tree | 501b46e3d61fdcecc3393588c80f378400ac3c2b /hemiptera | |
parent | c35389d77608fa78affe4eee331970897707bc97 (diff) | |
download | hemiptera-704a61184e9d87d0aad33b5f830e075dd7da9e4d.tar.gz hemiptera-704a61184e9d87d0aad33b5f830e075dd7da9e4d.tar.bz2 hemiptera-704a61184e9d87d0aad33b5f830e075dd7da9e4d.zip |
added templates
Diffstat (limited to 'hemiptera')
-rwxr-xr-x | hemiptera | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ def create_unconfirmed_bug(msg) : bugpath = os.path.join(basedir, "unconfirmed" , confid) fr = "confirm-bug@" + DOMAIN subject, _ = get_message_data(msg) - gen_message(confid,subject,fromaddr,fr) + gen_message("Your bug has been registered. To prevent spam, you need to confirm it by answering to this message with the following confirmation id: " + confid + ". Just hitting reply should work.",subject,fromaddr,fr) os.makedirs(bugpath) m = create_censored_message(msg) write_message(os.path.join(bugpath, "message"), m) |