Skip to content

Instantly share code, notes, and snippets.

@hron84
Created May 27, 2015 12:06
Show Gist options
  • Save hron84/fb8c0fb1651fdc82f40c to your computer and use it in GitHub Desktop.
Save hron84/fb8c0fb1651fdc82f40c to your computer and use it in GitHub Desktop.
Postfix blackhole (null) delivery
#include <stdio.h>
int main(int argc, char **argv, char **environ) {
printf("0\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment