X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=monitor%2Fwrapper%2Fmailer.py;h=ace997133effa27c1fafe2fdc8bfe16a964fe759;hp=142ba04a5d624c4f7a99edddab56d926bbbac703;hb=0fabfc8dbe8f1f2c0d12397e1bc8c6ed686fb5ed;hpb=d0e06b11cf33ded60e15f9c1ab81eeeba05d3c0a diff --git a/monitor/wrapper/mailer.py b/monitor/wrapper/mailer.py index 142ba04..ace9971 100755 --- a/monitor/wrapper/mailer.py +++ b/monitor/wrapper/mailer.py @@ -218,7 +218,7 @@ def emailViaRT_NoTicket(subject, text, to): input_text = "Subject: %s\n" input_text += "Requestor: %s\n"% FROM input_text += "id: ticket/new\n" - input_text += "Queue: Monitor\n" + input_text += "Queue: %s\n" % config.RT_QUEUE for recipient in to: input_text += "AdminCc: %s\n" % recipient input_text += "Text: %s"