From a59792b5fabe1cc382369c68a3c92803ed2e1a6d Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Sat, 19 Dec 2020 21:56:31 +0100 Subject: [PATCH] Obfuscate the email address. --- doc/mboxgrep.1 | 2 +- src/mboxgrep.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mboxgrep.1 b/doc/mboxgrep.1 index a596ef3..f49db78 100644 --- a/doc/mboxgrep.1 +++ b/doc/mboxgrep.1 @@ -119,4 +119,4 @@ well, little friend. .SH URL http://www.mboxgrep.org/ .SH AUTHOR -Daniel Spiljar +Daniel Spiljar diff --git a/src/mboxgrep.h b/src/mboxgrep.h index b38ccea..36d0e67 100644 --- a/src/mboxgrep.h +++ b/src/mboxgrep.h @@ -23,7 +23,7 @@ #define APPNAME "mboxgrep" #define VERSION "0.7.10" -#define BUGREPORT_ADDR "dspiljar@datatipp.se" +#define BUGREPORT_ADDR "dspiljar AT datatipp.se" #define HOST_NAME_SIZE 256