chiark / gitweb /
addrcheck: Take the domain as following the last `@', not the first.
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }