; This zone file assumes the zone name is 'example.com'

@ IN A 1.2.3.4 ; fqdn = example.com. ;  fail because SOA is not first record
@ IN SOA ns1.example.com. hostmaster (
			2003080800 ; se = serial number
			12h ; ref = refresh
			15m ; ret = update retry
			3w ; ex = expiry
			3h ; min = minimum
			) ; Should give email 'hostmaster.example.com.'
