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