mirror of https://github.com/zulip/zulip.git
check-mirroring: Enable authentic sending.
(imported from commit dc71ac6d8c7b7b3a6a380eb3ea4c9e177ecfb691)
This commit is contained in:
parent
4c269c4f7f
commit
5a51f7385a
|
@ -80,13 +80,13 @@ if child_pid == 0:
|
|||
zephyr.init()
|
||||
zsig = "Timothy Good Abbott"
|
||||
|
||||
zeph = zephyr.ZNotice(sender=mit_user, auth=False, recipient=mit_user,
|
||||
zeph = zephyr.ZNotice(sender=mit_user, auth=True, recipient=mit_user,
|
||||
cls="message", instance="personal")
|
||||
zeph.setmessage("%s\0%s" % (zsig, zhkey1))
|
||||
zeph.send()
|
||||
time.sleep(0.2)
|
||||
|
||||
zeph = zephyr.ZNotice(sender=mit_user, auth=False,
|
||||
zeph = zephyr.ZNotice(sender=mit_user, auth=True,
|
||||
cls="tabbott-nagios-test", instance="test")
|
||||
zeph.setmessage("%s\0%s" % (zsig, zhkey2))
|
||||
zeph.send()
|
||||
|
|
Loading…
Reference in New Issue