chiark / gitweb /
addrcheck: Strip off the domain part before passing to userv service.
[qmail] / tryvfork.c
1 void main()
2 {
3   vfork();
4 }