diff options
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) |