diff options
-rw-r--r-- | tools/libskrewt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/libskrewt.c b/tools/libskrewt.c index 5461fdd..05fb2cf 100644 --- a/tools/libskrewt.c +++ b/tools/libskrewt.c @@ -497,6 +497,11 @@ int skrewt::interstage(){ badnews.push_back("no date"); } + if (received_from.find("@aexp.com") != string::npos) { + badnews.push_back("long-running phishing pest: '" + + received_from + "'"); + } + if (mid_required && !message_id.length()) { badnews.push_back("no message-id"); } |