Edited wiki page HowToSetupBuildbotForMelange through web user interface.
diff --git a/HowToSetupBuildbotForMelange.wiki b/HowToSetupBuildbotForMelange.wiki
index 4148f86..2d8c40c 100644
--- a/HowToSetupBuildbotForMelange.wiki
+++ b/HowToSetupBuildbotForMelange.wiki
@@ -94,4 +94,14 @@
# Hooray!
}}}
-Also, you might need to look at master.cfg of buildbot in order to decide for the value of a few parameters.
\ No newline at end of file
+Also, you might need to look at master.cfg of buildbot in order to decide for the value of a few parameters.
+
+===How to enable buildbot to send emails to blamelist?===
+
+To be able to do so, you'd have to add users to the buildbot's database. Now how to do that is - you'd have to enter a command when the buildbot is running.
+
+{{{
+ $ buildbot user --master=localhost:9990 --op=add --username=user --passwd=userpw --info=git='Name <git_email@someemail.com>'
+}}}
+
+This creates a user identified by his git identifiers, and whenever he's breaking the build, he'd be sent an email, along with the mailing list.
\ No newline at end of file