/**********************************************************************************
	Spam copy message file
	Language = EN_UK
	 2006 Peter Koller, Maison Anglais. All Rights Reserved
**********************************************************************************/

/*===============================================================================*/
/* PLEASE EDIT THESE FIRST TWO ITEMS BEFORE USE, THEN COMPILE THE MESSAGE FILE */
/*===============================================================================*/
// Reporting-MTA: your server domain
REPRTMTA = "domain.com";

// From: your postmaster
RET_FROM = "Automated Spamblocker <postmaster@domain.com>";

/*===============================================================================*/
/*                             Some default settings                             */
/*===============================================================================*/

//zxmail expects dropbox mails to be '*.msg'
MSG_EXTN = ".msg";

// Return-Path: optional Return Path
RET_PATH = "";

// default mail dropbox used when none is given
D_DRPBOX = ".\\dropbox";

// default local domain used when none is given
D_SPAMTR = "spamtrap@domain.com";

/*===============================================================================*/
/*                            Spam return email strings 					     */
/*===============================================================================*/
SUBJECT0 = "Undelivered Mail Returned to Sender";
MSG_BODY =
"I'm sorry to have to inform you that your message \n\
could not be delivered to one or more recipients. \n\n\
Your mail has been checked against a known list of \n\
spam sources, and has been rejected. \n\n\
For further assistance, please use a host that is not \n\
blacklisted to send mail to <postmaster> \n\n\
If you do so, please include this problem report. \n\n            \
The SMTP Server program\n";

/*===============================================================================*/
/*                            Some error strings 					             */
/*===============================================================================*/
ERRM_FMT = "Error in %1s:- %2s";
DERM_FMT = "Dos Error in %1s:- %2s";
ERROR001 = "cannot open message destination";
ERROR002 = "Duplicate command line flag";
// can't find a To: field in the message
MAILERR1 = "X-SPAM: Spam message with no destination...\n";

/*===============================================================================*/
/* 				These usage strings are output when no parameters are 			 */
/* 				present on the commmand line				                     */
/*===============================================================================*/
USAGE000 = "\n";
USAGE001 = "SPAMCOPY USAGE INSTRUCTIONS\n";
USAGE002 = "===========================\n";
USAGE003 = "Parameters:-\nfilename\n-t<target>\n-b<domain>\n-d<dropbox>\n\n";
USAGE004 = "Do not use -t and -b at the same time\n";
USAGE005 = "If -d is missing, a test is performed to see if the mail destination is local\n\n";
USAGE006 = "To test if email destination == spamtrap@domain.com\n";
USAGE007 = "spamcopy message.txt -tspamtrap@domain.com\n";
USAGE008 = "To spamcopy\n";
USAGE009 = "spamcopy message.txt -tspamtrap@domain.com -d.\\dropbox\n";
USAGE010 = "To test if email source is local (everything before the @ is not used!)\n";
USAGE011 = "spamcopy message.txt -bspamtrap@domain.com\n";
USAGE012 = "or just\n";
USAGE013 = "spamcopy message.txt -bdomain.com\n";
USAGE014 = "To bounce\n";
USAGE015 = "spamcopy message.txt -bspamtrap@domain.com -d.\\dropbox\n";
USAGE016 = "or just\n";
USAGE017 = "spamcopy message.txt -bdomain.com -d.\\dropbox\n";
