00001 #ifndef DEFAULTLARTS_H 00002 #define DEFAULTLARTS_H 00003 00004 #include "tags.h" 00005 00006 const char DEFAULTSPAMLART[]= 00007 "Dear Sirs,\n" 00008 "\n" 00009 "I have just received the attached unsolicited e-mail, apparently coming from IP " TAGIP 00010 " (" TAGHOST "), " 00011 "inside a network owned by you.\n" 00012 "Please check it out, and handle your user according to your TOS/AUP.\n" 00013 "Thank you.\n" 00014 "\n" 00015 "-- \n" 00016 TAGSIG "\n" 00017 "\n" 00018 "---UCE---\n" 00019 TAGUCE; 00020 00021 const char DEFAULTVIRUSLART[]= 00022 "Dear Sirs,\n" 00023 "\n" 00024 "I have just received the attached unsolicited e-mail with an attached virus, apparently coming from IP " TAGIP 00025 " (" TAGHOST "), " 00026 "inside a network owned by you.\n" 00027 "Handle it carefully, as it still includes the virus code in it.\n" 00028 "Please check it out, and handle your user according to your TOS/AUP.\n" 00029 "Thank you.\n" 00030 "\n" 00031 "-- \n" 00032 TAGSIG "\n" 00033 "\n" 00034 "---UCE---\n" 00035 TAGUCE; 00036 00037 00038 const char DEFAULTPROXYLART[]= 00039 "Dear Sirs,\n" 00040 "\n" 00041 "As you can check in the headers of the following unsolicited e-mail I\'ve just received, " 00042 "it seems that you have an open proxy at IP " 00043 TAGIP 00044 "(" TAGHOST ") actively abused by spammers to deliver " 00045 "their stuff and anonymizing their connection.\n " 00046 "Please check it out, and fix it (or disconnect it from the internet).\n" 00047 "Thank you.\n" 00048 "\n" 00049 "-- \n" 00050 TAGSIG"\n" 00051 "\n" 00052 "---UCE---\n" 00053 TAGUCE; 00054 00055 const char DEFAULTRELAYLART[]= 00056 "Dear Sirs,\n" 00057 "\n" 00058 "As you can check in the headers of the following unsolicited e-mail I\'ve just received, " 00059 "it seems that your mailserver at IP " 00060 TAGIP " (" TAGHOST ") is acting as an open relay, and it has been " 00061 "already abused by spammers.\n" 00062 "Please test it and fix it (or disconnect it from the internet), before it's used for some more " 00063 "spamruns.\n" 00064 "Thank you.\n" 00065 "\n" 00066 "-- \n" 00067 TAGSIG"\n" 00068 "\n" 00069 "---UCE---\n" 00070 TAGUCE; 00071 00072 const char DEFAULTSPAMSUBJECT[]="[ube from "TAGIP"("TAGHOST")] "TAGSUBJECT; 00073 const char DEFAULTPROXYSUBJECT[]="Open proxy at "TAGIP"("TAGHOST")"; 00074 const char DEFAULTRELAYSUBJECT[]="Open relay at "TAGIP"("TAGHOST")"; 00075 const char DEFAULTVIRUSSUBJECT[]="[virus from "TAGIP"("TAGHOST")] "TAGSUBJECT; 00076 #endif //DEFAULTLARTS_H