#include<winsock.h> /* only needed in CL_EXPERIMENTAL */
#include<winsock.h> /* only needed in CL_EXPERIMENTAL */
@ -2037,7 +2037,7 @@ parseEmailBody(message *messageIn, text *textIn, mbox_ctx *mctx, unsigned int re
fileblob*fb;
fileblob*fb;
boolinfected=FALSE;
boolinfected=FALSE;
#ifdef CL_EXPERIMENTAL
#ifdef CL_EXPERIMENTAL
constintdoPhishingScan=!(mctx->ctx->engine->dboptions&CL_DB_NOPHISHING_URLS);/* || (mctx->ctx->options&CL_SCAN_PHISHING_GA_TRAIN) || (mctx->ctx->options&CL_SCAN_PHISHING_GA); kept here for the GA MERGE */
constintdoPhishingScan=mctx->ctx->engine->dboptions&CL_DB_PHISHING_URLS;/* || (mctx->ctx->options&CL_SCAN_PHISHING_GA_TRAIN) || (mctx->ctx->options&CL_SCAN_PHISHING_GA); kept here for the GA MERGE */
#endif
#endif
cli_dbgmsg("in parseEmailBody\n");
cli_dbgmsg("in parseEmailBody\n");
@ -3909,7 +3909,8 @@ checkURLs(message *mainMessage, mbox_ctx *mctx, int *rc, int is_html)
tag_arguments_threfs;
tag_arguments_threfs;
blob*b;
blob*b;
hrefs.scanContents=(!(mctx->ctx->engine->dboptions&CL_DB_NOPHISHING_URLS));/* aCaB: stripped GA related stuff */