summaryrefslogtreecommitdiff
path: root/hemiptera
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-07-06 18:17:54 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-07-06 18:17:54 +0200
commit704a61184e9d87d0aad33b5f830e075dd7da9e4d (patch)
tree501b46e3d61fdcecc3393588c80f378400ac3c2b /hemiptera
parentc35389d77608fa78affe4eee331970897707bc97 (diff)
downloadhemiptera-704a61184e9d87d0aad33b5f830e075dd7da9e4d.tar.gz
hemiptera-704a61184e9d87d0aad33b5f830e075dd7da9e4d.tar.bz2
hemiptera-704a61184e9d87d0aad33b5f830e075dd7da9e4d.zip
added templates
Diffstat (limited to 'hemiptera')
-rwxr-xr-xhemiptera2
1 files changed, 1 insertions, 1 deletions
diff --git a/hemiptera b/hemiptera
index 7dc0bcf..46bfd57 100755
--- a/hemiptera
+++ b/hemiptera
@@ -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)