summaryrefslogtreecommitdiff
path: root/hemiptera
diff options
context:
space:
mode:
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)