Code review comment for lp://staging/~cjohnston/ubuntu-ci-services-itself/ticket-system

Revision history for this message
Vincent Ladeuil (vila) wrote :

684 +ADMINS = (
685 + ('Admin Name', '<email address hidden>'),
686 +)

$ dig someplace.com

; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> someplace.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43817
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;someplace.com. IN A

;; ANSWER SECTION:
someplace.com. 14351 IN A 184.154.203.124

;; AUTHORITY SECTION:
someplace.com. 86351 IN NS ns1.directory.net.

;; Query time: 2 msec
;; SERVER: 10.98.3.12#53(10.98.3.12)
;; WHEN: Wed Dec 11 12:28:37 UTC 2013
;; MSG SIZE rcvd: 89

You want @example.com for dummy addresses.

840 + # ('Your Name', '<email address hidden>'),

Yeah, that ;)

« Back to merge proposal