diff options
Diffstat (limited to 'spamfilter/Docs')
-rw-r--r-- | spamfilter/Docs/PCRE-License.txt | 42 | ||||
-rw-r--r-- | spamfilter/Docs/SpamFilter-Developer.txt | 59 | ||||
-rw-r--r-- | spamfilter/Docs/SpamFilter-License.txt | 278 | ||||
-rw-r--r-- | spamfilter/Docs/SpamFilter-Readme.txt | 977 | ||||
-rw-r--r-- | spamfilter/Docs/SpamFilter-Translation.txt | 865 |
5 files changed, 2221 insertions, 0 deletions
diff --git a/spamfilter/Docs/PCRE-License.txt b/spamfilter/Docs/PCRE-License.txt new file mode 100644 index 0000000..f1cbefd --- /dev/null +++ b/spamfilter/Docs/PCRE-License.txt @@ -0,0 +1,42 @@ +PCRE LICENCE
+------------
+
+PCRE is a library of functions to support regular expressions whose syntax
+and semantics are as close as possible to those of the Perl 5 language.
+
+Release 5 of PCRE is distributed under the terms of the "BSD" licence, as
+specified below.
+
+Written by: Philip Hazel <ph10@cam.ac.uk>
+
+University of Cambridge Computing Service,
+Cambridge, England. Phone: +44 1223 334714.
+
+Copyright (c) 1997-2004 University of Cambridge
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ * Neither the name of the University of Cambridge nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
diff --git a/spamfilter/Docs/SpamFilter-Developer.txt b/spamfilter/Docs/SpamFilter-Developer.txt new file mode 100644 index 0000000..a7a2b66 --- /dev/null +++ b/spamfilter/Docs/SpamFilter-Developer.txt @@ -0,0 +1,59 @@ +
+Spam Filter 2.5.2.3 for Miranda IM 0.4.3+
+------------------------------------------------------------------------
+ Developer Information
+
+ Contents: -------------------------------
+ | Translation, Services and Events (API),
+ | Debug Symbols, Coding Language, Rebase Info
+
+
+Translation
+-----------------
+ Translation strings and available bad words can be found in
+ "SpamFilter-Translation.txt".
+
+
+Services and Events (API)
+-----------------
+ For more information about which service functions are provided by
+ "Spam Filter" and about how they can be used by your plugin please
+ refer to "m_spamfilter.h".
+ If you would like to use Delphi/Pascal please refer to m_spamfilter.inc.
+
+ For example code on how to do a spam check in your plugin see "spamcheck.c" file
+ of the source code package.
+ If you need help with it, just send me an e-mail.
+
+ The functionality and the API of Spam Filter is quite complex
+ and not easy to describe or explain.
+ If you have any questions or extension whishes please send me an e-mail:
+ hrathh at users.sourceforge.net
+
+
+Debug Symbols
+-----------------
+ Debug symbols are also available for debugging purposes.
+ Copy the PDB-files into the same directory as the
+ corresponding DLL-files.
+
+
+Coding Language
+-----------------
+ "Spam Filter" is written with Microsoft Visual C++ 6.0 SP6.
+ Used Microsoft Platform SDK: 5.2.3790.1830.15 (Svr2003 SP1).
+
+
+Rebase Info
+-----------------
+ 'Spam Filter' has set its base address to:
+ 0x24000000
+
+ Please avoid using this base address for your plugins because it will
+ slow down the start of Miranda IM.
+
+ With Microsoft Visual C++ the Base Address can be configured at:
+ "Project" -> "Settings" -> "Linker" -> "Output" -> "Base Address"
+
+
+H. Herkenrath (hrathh at users.sourceforge.net)
\ No newline at end of file diff --git a/spamfilter/Docs/SpamFilter-License.txt b/spamfilter/Docs/SpamFilter-License.txt new file mode 100644 index 0000000..a726a52 --- /dev/null +++ b/spamfilter/Docs/SpamFilter-License.txt @@ -0,0 +1,278 @@ + GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
diff --git a/spamfilter/Docs/SpamFilter-Readme.txt b/spamfilter/Docs/SpamFilter-Readme.txt new file mode 100644 index 0000000..6316589 --- /dev/null +++ b/spamfilter/Docs/SpamFilter-Readme.txt @@ -0,0 +1,977 @@ +
+Spam Filter 2.5.2.3
+------------------------------------------------------------------------
+ Plugin for Miranda IM 0.4.3 and +
+
+ Plugin Info: ----------------------------
+ | Version: 2.5.2.3
+ | Filename: spamfilter.dll / spamfilterW.dll
+ | Author: H. Herkenrath (hrathh at users.sourceforge.net)
+ | Description: Filters out advertisments, robot messages and disliked messages
+ | such as hoax messages.Filters out spam messages from contacts
+
+ Contents: -------------------------------
+ | Filter Improvement, Features, Requirements, Usage,
+ | Spam Definitions, Installation, Bugs and Wishes, Filtering Tips,
+ | To-Do List, Version History, Thanks, Translation, License and Copyright
+
+
+Filter Improvement
+----------------------
+ -> Still receiving spam?
+ If you receive spam messages after installing this plugin
+ which are not filtered out just mail the text of the spam message
+ to me and I will integrate some bad phrases out of it immediately.
+ If the filtering of that message can't be done via bad phrases I
+ will try to find another way and integrate that way, too.
+
+ -> New filtering ideas?
+ If you have some other spam filtering ideas please mail me.
+
+ -> Bugs?
+ If you find any bugs please tell them to me via mail.
+ So I don't have to look everywhere around to find them. ;-)
+
+ -> Patches or Extensions?
+ If you are a developer and/or know how to code
+ feel free to send me patches or extensions to the code.
+ The best way is via e-mail.
+ I really appreciate it. :-)
+ If you need extensions to the API please contact me, too.
+
+ -> Filtering in all languages?!
+ There are already bad phrases for the following languages:
+ English, German, French, Russian, Portuguese (Brazil), Chinese (Traditional)
+ I would love it if this list could be extended further.
+ It is a little difficult to speak and understand all languages of this
+ world at the same time ;-) ...and if you speak a language that I don't...
+ (and I think that are very much ;-)...) please send some bad phrases in
+ your language to me.
+ It would be nice if spam could be filtered in all languages,
+ but I need some help... please... :-)
+ Also feel encouraged to release your own Spam Definitions on the File Listing.
+
+ -> Reporting spam log file?!
+ You can also help me via sending your spam log file to me.
+ So I can look for new/better bad phrases.
+ Such a log file can be created with the spam logging feature.
+ It doesn't include any data beside the spam messages sent to you.
+ I will look at it and intergrate some more bad phrases out of it to
+ improve the filter quality.
+
+ -> New bad phrases?
+ If you have some bad phrases to add to the existing lists
+ please mail them to me, too.
+ I will check the bad phrases and integrate them immediately.
+
+
+Features
+----------------------
+ + Filters out incoming spam messages
+ + Spam filtering with all protocols
+ + Which messages are declared as spam is changeable
+ + Improved spam filter (pretty accurate)
+ + Recognizes also URLs with spaces
+ + Supports Regular Expressions (RegExp) in its word filter (really powerful!)
+ + Spam handling: either mark read or delete messages
+ + Spaming contacts get automatically removed if there are no items in history
+ + Spammer name/id auto ignoring
+ + Easy adding of customized bad phrases
+ + Spam alert via Sound or Popup (Popup plugin is needed for this feature)
+ + Spam message logging to file
+ Supported file formats: TXT, LOG, CSV, XML (including XSL stylesheet)
+ + Supports "ballon tips" for error display
+ + Press control key to avoid messages to be checked for spam
+ + Fully configurable with many options
+ + Filter can be disabled temporarily on the options page
+ + Large list of default bad phrases (about 80 well chosen english phrases at the moment)
+ + Full translation support (default bad phrases, too)
+ + Available dialog languages: English, German
+ + Available Spam Definition languages:
+ English, German, French, Russian, Portuguese (Brazil), Chinese (Traditional)
+ + Provides spam checking service functions for other plugins
+ + Auto-Updates for Spam Definitions using Updater plugin
+ + Full Unicode support
+ + Automatic installation of all files, just unzip into Plugins directory
+ + Supported plugins/tools:
+ Miranda Installer, Popup/PopupPlus/YAPP, DatabaseEditor++, Updater,
+ Variables Plugin (http://www.cs.vu.nl/~pboon/projects.htm),
+ Trigger Plugin (http://www.cs.vu.nl/~pboon/projects.htm),
+ Icons Library Manager (IcoLib), Colour Picker, OSD Plugin/WannaBe OSD,
+ Custom Profile Folder Plugin, MultiWindow Contact List (extra icon)
+
+
+Requirements
+----------------------
+ -> Miranda IM 0.4.3+:
+ Miranda IM is needed in the version 0.4.3 or greater.
+
+ -> Popup Plugin 1.0.1.9+ (optional):
+ For using the popup function when a spam message
+ arrives it is necessary to have the popup plugin installed,
+ At least version 1.0.1.9 or greater.
+ PopupPlus is supported, too.
+ You need PopupPlus 2.0.3.97 or later.
+
+ -> Variables Plugin 0.2.0.23+ (optional):
+ For using variables in outgoing reply messages
+ you need to have the Variables Plugin installed,
+ At least version 0.2.0.23 or greater.
+
+
+Usage
+----------------------
+ "Spam Filter" options can be found here:
+ "Options" -> "Events" -> "Spam Filter"
+
+ The sound file which is played when spam arrives can be changed in:
+ "Options" -> "Events" -> "Sounds"
+
+ Mark-Read feature:
+ If you chose "mark spam messages as read" in the options recommended option)
+ the spammer shows up in a half-visible way on your contact list.
+ However, the incoming message notification is blocked.
+ When you close Miranda IM all half-visible (not-on-list) contacts get removed automatically!
+
+ To avoid the online notification go to the Ignore options and activate "suppress online notification" for unknown contacts.
+
+ If you dislike this behaviour choose "delete spam" (but be aware that you might loose messages).
+
+ Un-Ignoring spammers:
+ Recognized spammers can be easily unignored usinf the options.
+ Just go to "Options" -> "Events" -> "Spam Filter" and click on the "Spammers" button.
+
+ If a unknown user sent you a message and you want to be sure he is no longer watched by the filter, just click
+ on "Add user to contact list" in the contact's menu. (This only works if you chose "mark spam as read".)
+
+
+Spam Definitions
+----------------------
+ "Spam Definitions" are a set of files which Spam Filter uses to detect spam.
+ The files contain well selected words/phrases etc. which a common in spam messages.
+ The Spam Definitions are mostly used by the "Advertisment Filter".
+
+ The Spam Definitions make up the default filter behaviour of Spam Filter.
+ You normally should not need to modify these files. Instead you should use
+ "Options" -> "Events" -> "Spam Filter" to configure your personal filter words.
+
+ You can install as many Spam Definitions as you like, but you should at least
+ install one package in your language.
+ The filter will not work as it should without any Spam Definitions.
+ For each languge package you install the plugin can filter spam messages.
+ For example, if you install the "German" and the "English" packages,
+ most German and English spam can be filtered.
+ Spam Filter can only filter for those languages it has data sets available.
+
+ Spam Filter loads all Spam Definition Files it can find in the directories.
+ All contents of all files are considered when a message is checked for spam.
+ Spam Filter does not know which language the message is, it simply compares its contents.
+
+ The exactness and accuracy of Spam Filter depends on its Spam Definitions.
+ If the Spam Definitions are not good, the filter is not exact.
+
+ The current Spam Definitions can be viewed in
+ the "Spam Filter" subdirectory of the Miranda IM folder.
+
+ How it works:
+ There are different Spam Definition languages available because Spam Filter needs different data sets
+ (e.g. bad words) for the different languages. This is necessary, because bad word filtering consits
+ only of testing if a word exists in the message or not.
+ When there are enough bad words in the message it will be seen as spam.
+ If Spam Filter would only have a list of English bad words (like "earn money",...)
+ it would only be able to filter English spam, since the words "earn money", etc do only exist in English messages.
+ To filter German spam another data set is needed for the filter with e.g. "Sonderangebot",
+ which again probably never will exist in English spam messages.
+ The more Spam Definition languages you have installed, the more spam you can filter.
+
+ Spam Filter does not detect the language of a message. It simply loads all bad words it can find
+ in the directoriy and checks if any of the contained bad words do match with the message.
+ If they match it is spam, if they do not, it is no spam.
+
+ The file names are not important for the filter (only extension and subdirectory is considered).
+ They are named "English", "German", etc so that it is easier to determine what they contain.
+
+ Spam Filter checks if any contained word of the Spam Definitions matches with the message.
+ It counts how many matches it can find and then checks if the matches are enough to consider the message as spam.
+
+ If you get a spam message in a language for which you don't have Spam Definitions installed, it won't be a problem.
+ It won't break anything, nor will your PC be blown up, or sth. like this... ;-)
+ Spam Filter simple won't be able to filter this message. The message will be detected as no spam,
+ because there are no data sets available.
+
+ Example:
+ If you receive, for example, French spam and you don't have the French Spam Definitions installed.
+ Spam Filter will then load all bad words it can find in the Definitions to detect if it is spam.
+ But, no matches will be found, because French spam does normally not contain English or German words.
+ French spam typically contains French words... ;-)
+
+ Spam for which you don't have any Spam Definitions installed can
+ only be blocked by the Robot Filter (if enabled additionally)
+ or if (by chance) the message contains some English bad words, or some common URLs (like .org, .com), etc.
+
+
+Installation
+----------------------
+ The easiest way to install this plugin is to use the
+ installation tool "Miranda Installer" (sadly not available anymore).
+
+ If you don't want to use that tool you can install this plugin
+ manually, too.
+ Just copy all the contents of the zip-file as they are into the "Plugins" directory
+ in the Miranda IM folder.
+ "Spam Filter" will detect the files and move them into the appropriate directories
+ on it's first run.
+
+ You can also do all the installation by hand, if you want to:
+
+ Main Plugin: Copy the file "spamfilter.dll" into the "Plugins" directory
+ in the Miranda IM folder.
+ If you would like to use Unicode you need to copy the file "spamfilterW.dll"
+ instead. Using Unicode will only work for Windows NT4/2000+.
+
+ Support for Regular Expressions:
+ If you would like to use Regular Expressions with Spam Filter (recommended)
+ then you should copy the file "pcre.dll" (RegExp DLL) into the Miranda IM directory.
+
+ Spam Definitions: The contents of the "Spam Filter" folder from the zip file,
+ including its subdirectories, need to be placed into a new created
+ "Spam Filter" subdirectory in the Miranda IM main directory.
+ The filter will not work as it should without any Spam Definitions.
+
+ Documentation: The txt-files should be moved along with the sdk-zip into the
+ "Docs" directory in the Miranda IM folder.
+
+ Sounds: The wav-files should be moved into the "Sounds"
+ directory. They will get recognized automatically and be added to the sounds list.
+
+ That's it!
+
+
+Bugs and Wishes
+----------------------
+ Feel free to mail me your wishes about "Spam Filter" and tell
+ me all the bugs you may find.
+ Please tell them to me via mail so I don't have to look
+ everywhere around to find them. ;-)
+ My email address is: hrathh at users.sourceforge.net
+
+ # I would love it if you could mail me your translated bad phrases
+ in your language. I would be nice if spam could be filtered in
+ all languages, but I need some help, please... :-)
+ ... Or perhaps you want to add some bad phrases to an existing list?
+ That's also possible... ;-)
+
+ # If you have any bad phrases that you want to be integrated into
+ the standard bad phrases of the next release of "Spam Filter"
+ please mail them to me.
+
+ # If you think a string is not grammatically correct or something
+ please mail me, too. (English is not my first language.)
+
+
+Filtering Tips
+----------------------
+ #1:
+ WebAware is often used by ICQ spambots,
+ if you disable it, you'll not get as many spam as before.
+ Goto: Options -> Network -> ICQ Privacy
+
+ #2:
+ Perhaps the following tip is useful for users that don't use latin letters
+ on the system due to their language:
+
+ Tip by ZaNuDa: (thanks very much!)
+ "I have a good idea to filter out some of the spam messages sent to me by robots.
+ These programs are plain enough and insert in their messages my nick from ICQ registration
+ data regardless of my country and native language. My nickname and name is written
+ on the ICQ site in transliteration, with latin letters.
+ Russian ICQ users writing to me never use these phrases in Latin transcription.
+ So I know, that when I receive message beginning with one of these phrases, it is probably
+ spam sent to me by a robot. So I've added both phrases to customized the bad phrases list. And it works for me."
+
+
+To-Do List (random ideas)
+----------------------
+ - Some events in are not yet Unicode enabled in spam filter (Miranda unicode event documentaion is quite crappy...not existant)
+
+ ? Add a main menu item "Show spam log" (initially deactivated) or "Show Spammers", user can enable it
+ on MenuOrder options (currently not possible using menu API of miranda)
+
+ ? Button "Recognize this message as a spam" on message dialog
+ so that it will be easier to add patterns to the list without going to the options (suggested by PanTzeR)
+ >> this could show a editbox containing the message content
+ >> after clicking OK the editbox content is added as new bad word/disliked word
+ -> not a good idea IMHO, since bad words should not be taken out of one single message
+ Instead: the option "Mark this contact as spammer" should be used
+ -> MS_SPAMFILTER_SHOWFILTERDIALOG does much of this (show spam filter options)
+ -> message dialog should/could offer support for this
+
+ ? Extend the Popup message text to contain more information than just "Advertisment Alert!"
+ -> similar to log file items
+ -> making it customizable (suggested by Dominik Sebald)
+ -> I don't know if this is really necessary...
+ -> Problem: If the popup contains the mesage text the behaviour is almost the same as without spam filter :-)
+
+ ? "Filtered Spam" Window where all filtered messages are displayed (similar to log file, but no separate file)
+ >> The user can choose which one he would like to delete
+ >> and which ones he would like to be put back into the contacts history
+ (better than a "show log file" menu item)
+
+ ? Filtering based on user info data, contact details (really necessary?)
+ -> quite difficult, because user details are first available
+ after the first message was received and added to db (for new temporary contacts), only UIN is first available
+ -> Solution: need to watch Nick setting, or wait for proto acks
+
+ ? Add filter for SMS Plugin(s)
+ >> (Spam Filter offers spam checking services...
+ >> so the better way would be if the SMS Plugins would support Spam Filter)
+
+ ? Add filter for YAMN plugin (e-mail)
+ >> (Spam Filter offers spam checking services...
+ >> so the better way would be if YAMN supports Spam Filter)
+
+ ? Bayesian method: -> will probably be "Spam Filter v3" (really necessary? I think it's too much...)
+ >> This feature will be added additionally to the phrase filtering method (-> functioning as expert option)
+ >> Perhaps as an half bayesian filter, which means that spam database will be shared
+ >> and only few people (around 100) are allowed to maintain it
+ - Integrate Bayesian filtering (http://www.paulgraham.com/antispam.html) (thanks to InvisiBill)
+ - Change to percent (%) spam detection: messages declared as
+ spam at 75% spam probability
+ >> Save spam database on server to share the training data
+
+
+Version History
+----------------------
+ 2.5.2.3: - Some internal improvements
+ - Fixed: temp file sometimes resulting from VerInstallFile API was not deleted
+ - Removed: reply sending delay (caused problems)
+
+ 2.5.2.2: - Bug-Fix: Check for unicode core was wrong (spamfilterW.dll)
+ - Some other minor changes
+
+ 2.5.2.1: - Minor fixes and improvements
+ - Fixed automatic installation routine for
+ easy installation and Updater support
+ (just extract everything out of the zip-file into the Plugins folder,
+ all files will get moved accordingly)
+ - Bug-Fix: Unicode calls to VariablesPlugin were wrong
+ - Bug-Fix: Corrected some problems with spammer info dialog
+ - Removed spammer group delete question
+ - Improved: handling of users awaiting security code
+ - Added debug symbols (PDB) into SDK package
+
+ 2.5.2.0: - Robot Filter improvements
+ - Also allows quotes in securitycode reply
+ - Some minor internal improvements
+ - Revised default message texts
+ - Some unicode fixes
+ - Fixed ColourPicker support
+ - Message send delayed by short time to allow nick to be retrieved
+ - Enabled workaround for YouWereAdded event recv
+ - Added %triesleft% variable for message texts
+
+ 2.5.1.2: - Some minor improvements
+ - Fixed unicode message sending (and receiving)
+ - Revisited string functions (probably introducted new bugs...)
+ - Fixed possible mem leak in string lists
+ - Fixed possible memory corruption in string lists
+ - Fixed crash on exit
+
+ 2.5.1.1: - Improved: Invalid RegExp error to be a bit more informative
+ - Some minor internal changes to robustness
+ - Fixed some visual glitches on Spam Definitions window on WinXP
+ - Fixed a critical-section corruption
+ - Fixed/Updated Custom Folders Plugin support (new version needed)
+ - Added checks for new IcoLib version
+
+ 2.5.1.0 - Packaged with unicode DLL (spamfilterw.dll) -> highly experimental!!!
+ - Auto-Updates for Spam Definitions using Updater (uses file listing)
+ - minor improvements
+ - fixed version resource
+ - shows error when miranda version is not supported or db3x too old
+ - remembers original NotOnList-state of spammers
+ - Bug-Fix using MS_PROTO_ADDTOCONTACT (workaround for problem in core)
+ -> fixes Quick Search incompatibility
+ - Updated icolib support for latest version (requires 0.0.1.0)
+ - "Mark as spammer" not shown for chatrooms
+ - The bug that YouWereAdded messages were sent to marked spammers was
+ a problem in ICQ.dll this should be fixed in newer versions of the ICQ protocol
+ (newer than 0.3.6.14)
+ - Fixed: Invalid Regular Expressions in Spam Definitions are now notified
+ - Bug-Fix: Auto-Ignore spammers were not shown on the spammers list
+ - Bug-Fix: Sometimes short messages were considered as multiple received messages
+ - Bug-Fix: Memory corruption problems with the log file (and some other minor logging fixes)
+ - Bug-Fix: Auto-Replies were sometimes not sent out when "Delete Spam" was enabled
+
+ 2.5.0.0 NEW FEATURE: Real Unicode Support!
+ -> two DLL files: spamfilter.dll and spamfilterw.dll
+ -> spamfilterW.dll will only load if Unicode *is* supported (e.g. Win2000 and higher...)
+ -> spamfilter.dll will only load if Unicode *is not* supported (Win95/98/ME)
+ -> spamfilterW9x.dll uses the unicode layer for Win95/98/ME (highly experimental version)
+ It needs unicows.dll in Miranda IM directory.
+ -> Spam Definition files are saved/loaded as UTF8 (auto-converting at first-run)
+ - Updated: Variables Plugin support (now supports Variables v0.2.0.0)
+ - Added: Support for help dialog of Variables Plugin
+ - Added: The "Missing Spam Definitions"-Warning can be
+ deactivated for the future by pressung the Ctrl-Key whn the message occurs
+ (requested by kopec)
+ (Be careful!: Should normally not be used)
+ - Enhanced: Functionality of MS_SPAMFILTER_REGISTERMESSAGETYPE
+ - Bug-Fix: tiny memory leak with the regexp help button icon
+ - Bug-Fix: "Variables" Plugin text was not always freed (mem leak)
+ - Bug-Fix: fixed possible memory leaks with realloc when low memory
+ - Improved: spammers file format
+ - Fixed: fixed a typing mistake without any effect
+ - Bug-Fix: fixed error handling for calls to GetWindowRect
+ (did not have any effect)
+ - Bug-Fix: Corrected wronmg calling of TreeView state (however no effects)
+ - Bug-Fix: fixed large spam icon (res id was wrong)
+ - Bug-Fix: OSD support did not work yet..commented out...oups :-)
+ - Bug-Fix: Option "Allowed Spam per User" on Advertisment Filter dialog
+ was not synced correctly
+ - Bug-Fix: OpenFile-Dialog was not shown correctly on WinNT4 (I hope it does now)
+ - Bug-Fix: Restored full support for Win95 (GetLongFileName is now run-time linked)
+ - Bug-Fix: special chars in XML logging header were sometimes not replaced correctly
+ - Bug-Fix: samll memory leak in XL logging logic
+ - Bug-Fix: Read/Sent flags got corrupted when making events as unread
+ - Fixed: Updated old part in the docs (reported by PanTzeR)
+ - Added: Note is shown in options when not all SpamDefinitions are available
+ - Improved: some other internal tweaks
+ - Extended: english teaser definitions
+ - Modified: translation strings (see SpamFilter-Translation.txt)
+ - Improved: Made it more robost against database curruption
+ - Improved: Removed 256 sized text buffer for MsgType box (possibility of buffer overrun)
+ - Improved: Internal stringlist handling on low memory conditions (string pairs)
+ - Improved: revisited log file code
+ - Bug-Fix: robot filter instruction and answer text could not be changed
+ - Added/Fixed: MBCS and surrogates support for far east (improved locale handling, too)
+ - Fixed some issues with pointer arithmetic
+ - Code robustness updates
+ - Impreoved: further increased filtering performance by caching
+ - Cleaned up SetSpammerManually code
+ - Strings modified (see SpamFilter-Translation.txt)
+ - Corrected some typos in strings
+ - Minor Bug-Fix: horizontal extent of list box was sometimes miscalculated
+ - Added: Auto-Import feature to convert old ANSI files of old Spam Filter 2.x
+ into the new UTF-8 format (needed to support Unicode properly)
+ IMPORTANT!: be sure to make a backup of any self-defined Spam Definitions.
+ - Improved: removed static variables in DlgProcs/WindowProcs
+ - Added: bad words cache to further improve performance
+ - Added: Real Unicode support (separate files: spamfilterW.dll is unicode,
+ no Win9x/ME supported on Unicode)
+ including BOM support for text files
+ - Added: LogFile write UTF-16LE BOM into txt/log files to indicate
+ correct Unicode format for Rraders as Notepad (only in Unicode mode)
+ - Improved: Spam Definitions are only validated when Advertisment Filter or
+ Disliked Messages Filter is enabled
+ - Added some documenation about Regular Expressions (RegExp),
+ how to use them and a code table (quick guide for beginners)
+ (accessable via a button on the add to list dialog)
+ More info: http://perldoc.perl.org/perlrequick.html
+ - Added: Now shows a error message when the reply messages can't be sent
+ (due to network errors etc.)
+ - Added: Support for Custom Folder Plugin
+ - new service: write log file
+ - new service: send_automated_contact_message (including rec, error output)
+ - new service: show generic error_message (out of memory?, message not sent)
+ - Added: now uses Miranda's simple memory problems catcher
+ - Updated: PluginInfo of Plugins options
+ - got rid of AgressiveOptimize.h:
+ (reason: http://forums.miranda-im.org/showthread.php?t=4863)
+ does not work on DEP systems (= data execution prevention).
+ As for optimizing. Use /O1 (optimize for size), disable global optimizing and disable the
+ "optimize for Windows 98" feature of the linker (/opt:nowin98).
+ This can considerably bloat the resulting DLL/EXE for (a small) performance gain on Win 9x,
+ but does nothing on NT based systems.
+ - support new variable in Variables Plugin: %number_of_auto_ignore_users%
+ - Repackaged: in default zip is only english spam language
+ - Added: Trigger Plugin support
+ - Added: Support for extra icon on contact list (indicating spammer)
+ - Added: Spammers list manager
+ - Added: Auto-Import of old spammers of v2.0.1.0
+
+
+ 2.1.0.0 - Added: pending auth requests are automatically denied if contact is ignored
+ - Added: preparation for taken YouWereAdded events into spam detection
+ - Added: Support for OSD Plugins beside Popup Plugin support (requested by Schommel)
+ - Bug-Fix: Configure dialogs were not closed properly when created not as modal
+ - Bug-Fix: memory leak in the string lists, the stringlist main object was never freed
+ - Bug-Fix: stringlist converting to string did not work correctly (not zero terminated)
+ - Bug-Fix: internal stringlists are now thread safe (using CriticalSections)
+ - Bug-Fix: pcre.dll is now copied/installed correctly (path was wrong formated)
+ - Bug-Fix: Regular Expressions were not compiled correctly
+ -> Regular Expressions should now really work in default installation :-)
+ - Bug-Fix: possible crash in recv chain filtering
+ -> empty contact was deleted before ICQ could have the chance to add its message
+ (bug only occured when "delete spam messages" was enabled)
+ - Bug-Fix: contact that were set on the spammer list were never really hidden
+ -> ICQ did always reset the Hidden attribute; this is now fixed
+ - Bug-Fix: small memory leak in AutoIgnore settings loading
+ - Bug-Fix: Now question message will not be sent when spammer just reached it spam limit
+ - Bug-Fix: reply messages are ordered correctly in db/history
+ - Bug-Fix: No longer sending "YouWereAdded" notification when a spammer is added to ignore list
+ (reported by PanTzeR)
+ -> ICQ sent a confirmation automatically when a user was made permanent; now this is prevented
+ - Bug-Fix: Spam Log did not always mention "user ignored" (log written too early)
+ - Bug-Fix: contacts event was never filtered
+ - Bug-Fix: tiny problem with hContact of auth requests
+ - Bug-Fix: Corrected some hidden Access Violations in MessageTypes box
+ - Bug-Fix: "Disliked Messages Filter" now really works (reported by zk, Tomaso, PanTzeR)
+ * message text never got allocated
+ * did not work for contacts that passed the robot filter previously
+ * some wrong setting names were used
+ * hoax texs were checked wrongly
+ * hoax texts were not loaded (corrected file ext: .sfw -> .sft)
+ >> Ouch....quite crappy thing...did I really code that? :-o
+ Anyway...now it's finally fixed :-D
+ - Bug-Fix: Filter strings of Log-Browse dialog were not allocated correctly
+ (stringlist access violation)
+ - Bug-Fix: AddToHistory option of DislikedMessagesFilter did not get disabled
+ when other options got disabled
+ - Bug-Fix: If "Add the reply to contact history" was selected, the history showed the reply
+ before the spam message (reported by Tomaso)
+ - Bug-Fix: "Show log" button did never get activated (broken in v2.0.1.0)
+ - Bug-Fix: relative paths for spam log were broken
+ - Bug-Fix: some minor UI improvements
+ - Bug-Fix: memory leak in the DislikedMessages options (bold font was not destroyed)
+ - Bug-Fix: when a filter window was opened using the SF-API without parent then the window
+ would not be destroyed on exit of Miranda (extended/modified SF-API)
+ - Bug-Fix: added some NULL checking where I forgot it
+ - Bug-Fix: added checking for correct db setting type
+ - Bug-Fix: "Apply" button was sometimes enabled although no options
+ were changed for message types
+ - Improved: now the robot filter only workd for normal sending and receiving contacts
+ - Improved: stringlist loading speed (just a bit)
+ - Improved: spam detection speed when "show popup" is disabled (just a bit)
+ - Fixed/Improved: some small internal tweaks and resource cleanup
+ - Fixed: now uses UniqueID instead when renaming a contact to set it on the spammers list
+ -> this fixes: spammers added as "'Unknown Contact' (Spammer)" (reported by PanTzeR)
+ - Modified: "Random" button in robot filter options now creates always the same length
+ - Improved: SPAMCHECKDATA strcuture to be more cleanly implemented
+ => Code is now fully tested on different situations
+ => Code was additionally fully checked for memory leaks and/or memory access violations
+
+ 2.0.2.0 - FEATURE!: Support for Regular Expressions (using pcre.dll; included)
+ -> Support for Regular Expressions is disabled when the DLL (pcre.dll) is not present
+ -> Word filter is now much, much, much more powerful!
+ - Added: RegExp DLL (pcre.dll) is installed automatically on first run (In Miranda directory)
+ -> including DLL version checking
+ - Added: some little more documentation about the Spam Definitions (readme and in the files)
+ - Added: now the UniqueID of a protocol is appended to the nickname in the spam log
+ (reported by Lastwebpage)
+ - Added: support for Updater to update the SpamFilter plugin
+ - Bug-Fix: Making use of EnterCriticalSection to gain thread safety
+ - Bug-Fix: avoiding of some string buffer overruns in some rare situations (if ever)
+ - Bug-Fix: Message Types box gets sorted properly
+ - Bug-Fix: popups did not work (broken in 2.0.1.0)
+ - Bug-Fix: menu item icon was not updated when icons were changed (IcoLib support)
+ - Bug-Fix: fixed some memory leaks of contact name strings
+ - Extended: Documentation of Spam Definitions and how they work
+ - Fixed: corrected some strings (see SpamFilter-Translation.txt)
+ - Fixed: corrected wrong naming of teaser text files (.sfw -> .sft)
+ - Fixed: known spammer file now allows proto|uniqueid and proto|nick (if available)
+ - Modified: few changes in the strings (see SpamFilter-Translation.txt)
+
+ 2.0.1.0 - Bug-Fix: "Allowed spam per User" could not be changed (reported by ATom)
+ - Bug-Fix: problems with RTL support (:text)
+ -> I thought RTL support would only work on Arabic/Hebrew versions of windows, so I enabled it..
+ In fact it works on most Win2000/XP versions as I found out
+ (not really good documented :-/... they only speak of "RTL enabled windows versions")
+ - Bug-Fix: minor memory leak with the message type icons
+ - Bug-Fix: layout confusion with Spam Logging group (reported by Romx)
+ - Bug-Fix: auth requests were not handled correctly when setting a spammer manually
+ - Bug-Fix: "Allowed bad phrases until spam" was ignored (ATom)
+ -> caused just by a small typo in the code :-/
+ - Bug-Fix: line breaks and spaces were not cleared correctly in
+ incoming messages (silly typo in code :-/)
+ -> this fixes the following:
+ * normal words as security code were not recognized as right answers
+ (reported by Steffen Kaufmann)
+ * sometimes the reply for a good answer was not sent (reported by ATom)
+ - Bug-Fix: using mir_snprintf to avoid string buffer overruns
+ - Bug-Fix: first message from NotOnList user was from "(Unknown contact)"
+ - Bug-Fix: PreSpammers were not unique, now they are saved as "Proto|Address"
+ - Modified: Removed SFFreeMemory, replaced with miranda_sys_free (m_spamfilter.h)
+ - Modified: pszSection in MESSAGETYPEDESC can now really be NULL (m_spamfilter.h updated)
+ - Modified: AutoIgnore feature now uses real unique user ID
+ - Added: IcoLib support
+ - Added: Support for "ColourPicker" to choose Colors of Popups
+ - Added: Support for Netlib logging (Netlib_Logf) -> spam filter actions on messages are now listed
+ in the network activity log
+ - Added: ability to reset the AutoIgnore feature
+ - Improved: Better looking "Mark as spammer" dialog
+ - Improved: minor performance improvements, code cleaning, DB settings cleaned up.
+ - Changed: services for message types (no backward compatibility to 2.0.0.0, sorry
+ -> devs, please update "m_spamfilter.h")
+ -> detecting default settings for checked protocols/events is now possible (might be useful for IRC?)
+ - Added: New event for protocols to determine if they want to be checked for spam by default:
+ ME_SPAMFILTER_PREADDNEWMESSAGETYPE
+ - Modified: Functionality of MS_SPAMFILTER_SETSPAMMANUALLY and
+ MS_SPAMFILTER_GETHANDLE ("m_spamfilter.h")
+ - Fixed: phone number default definitions (all large numbers were detected as phnone codes)
+ - Fixed/Extended: translation strings (Translattor see "SpamFilter-Translation.txt")
+ => all known bugs should now be fixed :-)
+
+ 2.0.0.0 - Almost all got changed/fixed/improved/extended/... :-)
+ - Added support for logging in XML format (including XSL stylesheet)
+ -> Very clean XML format used
+ -> Characters replaced: < with < , > with > , & with & , " with " , ' with '
+ - Fixed: Layout mistake on options page
+ - Added: Recognition of CAPITALIZED messages (thanks to InvisiBill)
+ - Some other small changes and cleaned up code
+ - Added possibility to change spammers (on ignore list)
+ - Added extra buttons for "filter settings"
+ - Added error handling for log file edit box and removed read only flag
+ - Fixed: "Select log file" dialog was shown sometimes on re-activating filter
+ - Removed unnecessary error message ("Please select bad phrase to delete")
+ - Added (better) error handling for "Allowed bad phrases" box
+ - Improved/Changed German translation completely
+ - Added more Russian bad phrases
+ -> Many thanks to ZaNuDa
+ - Added new section "Filtering Tips" to readme file
+ - Added recognition support for phone numbers (Idea by ZaNuDa)
+ - Spam Filter now behaves as a filter protocol
+ -> This makes the filter more faster than before
+ - Moved together the filter behaviour "delete message" and "delete contact"
+ -> The contact now gets automatically deleted if it has no other messages in history
+ - Fixed: Apply button got always enabled when options were loaded
+ - Now uses better/newer LoadImage function instead of LoadIcon function to save memory
+ -> Icons now get unloaded to save memory
+ - Added Spam Definitions instead of using a langpack string
+ - Bold heading for groups in "Configure..." options, too
+ - Added automatic adjustment of "Ignore" settings
+ - Improved: Icons in spam popups are now skinned icons of Miranda IM for message and URL icon
+ (with layered spam icon on it)
+ - Improved file size
+ - Dropped "one phrase message" recognition
+ -> Was not a good indicator for spam
+ -> Did not work with languages which do not have (or use) spaces
+ - Added support for "PluginUninstaller"
+ - Added "Allowed spam messages" feature
+ - Complete new phrase list algorithms for easy phrase list
+ loading/saving and checking
+ - Changed formating of sounds (Added: "Spam Filter: " prefix)
+ - Added "empty message" detection
+ - Added "Multiple message with same content" detection (Idea by Popovn)
+ - Recognition of bad phrases that are formated differently (like "\/!@gr@")
+ and have kinds of things in them (thanks to InvisiBill)
+ - Added disliked messages filter
+ Filter out something like: "Please send this message to all of your friends" or
+ "please forward") (Idea by Johannes)
+ - Added button "Show log" to make opening the log file more easier
+ - Changed "Select log file" dialog to use the standard "Save as" dialog instead of the "Open" dialog
+ - Improved log file format
+ - Also looking for "good phrase(s)"
+ - Recognition support for phrases with s p a c e s (included in "different formated phrases" check)
+ - Added: Position of configure dialogs gets saved
+ - Added: Now also checks for auth requests
+ - Some resource improvements
+ - Added the possibility to manually avoid spam check via pressing the control key
+ when recieving a message
+ - The Spam Filter now is implemented as a proper protocol filter plugin
+ - Improved filtering speed
+ - Added: Automatic installation of docs and sound files on first run
+ - Added: Auto-Import feature for bad phrases used with v1.0.4.0
+ - Added: DatabaseEditor++ support
+ - Extended: Phrase list editing; the list boxes now support
+ horizontal scrolls if needed, drag and drop for rearranging the phrases,
+ context menu for fast editing, possibility to input long phrases, etc...
+ - Added: "Variables" plugin support
+ - Added a second default sound file
+ - Added: Log file control now makes use of the auto complete feature
+ - Added: Relative paths can be used in the log file edit control
+ - Added: Comma Separated Values format logging
+ - Added: Robot Block functionality similar to "StopSpam" plugin:
+ Further enhanced technic and cleaner implementation.
+ - Translators: There are a lot of changes in the strings ;-)
+ - Doubly recieved messages can be removed
+ For plugin developers: (Only ;-) )
+ - Updated "m_spamfilter.h" (Almost all is new)
+ - Added "m_spamfilter.inc" for Delphi developers
+
+ 1.0.4.0 - Two entries with the same words in the customized bad words list
+ are no longer possible
+ - Added Feature: Spammer name/id remembering and blocking
+ - Added Feature: Spammers who are not recognized can be added to the spammers list via right click
+ (thanks to Rudi)
+ - Added version information to DLL file
+ - Changed logging output
+ - Added txt file item on select log file dialog
+ - Improved conrolling of the options page via keyboard
+ - Improved layout of the options page
+ - Extended URL-recognition: Now recognizes also URLs with returns in between (thanks to Rudi)
+ - Extended/Improved default bad words very much (strings, too) -> now 78
+ -> Please update your language pack (if you use one)
+ - Extended German bad words (see "SpamFilter_Translation.txt")
+ - Extended Potuguese (Brazil) bad words (thanks to Paulo)
+ - Updated German and Chinese (Traditional) dialog translations
+ (thanks to Wongsen for the Chinese one)
+ - Fixed: The string "Log spam messages to file:" was displayed in
+ German (thanks to Wongsen)
+ - Fixed: Crash on selecting logging file (thanks to Genionhandy2 and Bumper1)
+ - Fixed: URL-Recognition and one word message recognition didn't work
+ currently (thanks to Wongsen and Rudi)
+ - Fixed: Small bug with the open file dialog
+ - Fixed: URLs are now completely checked and saved to log file
+ - Updated service functions for plugin developers
+ - Improved error checking of "Add bad word" dialog
+ - Improved error checking for "Select log file" dialog
+ - New/Improved icons (smaller file size, too)
+ - Improved default settings
+ - Some other small changes
+ - Updated screenshot on website
+
+ 1.0.3.1 - Changed/Improved icons for spam popups
+ - Nearly complete rewrite of the spam recognition
+ - Fixed: Log file wasn't written if selected directory didn't exist anylonger
+ - Fixed: Log file option got always unchecked (also if enabled)
+ - Fixed: Sometimes the wrong bad word got selected on inserting a
+ customized bad word
+ - Added bad words are now checked for occurence in default list
+ - Changed some strings
+ - Changed some German translation strings
+ - Updated Chinese (Traditional) strings (thanks to Wongsen)
+ - Updated Chinese (Traditional) bad words (thanks to Wongsen)
+ - Extended English default bad words (strings, too)
+ -> Please update your language pack (if you use one)
+ - Changed/Improved included sound file and new file name
+ -> Please update your sound settings (thanks to Wongsen)
+ - Extended German bad words
+ - Added "Activate/Deactivate" item in "PopUps" submenu
+ - Improved URL filtering: URLs with spaces (h t t p :) are now
+ included in the filter, too (thanks to Rudi)
+ - Some preparing for contact name/id collecting/blocking (coming in v1.0.4.0)
+ - Changed/Improved documentation and removed some mistypings
+ - Some other small/big internal changes/improvements
+ - FOR PLUGIN DEVELOPERS!: Added more service functions!
+ -> Activation service functions
+ -> General spam checking service (with hContact)
+ (For details see "m_spamfilter.h")
+
+ 1.0.3.0 - Improved error checking for "allowed bad words" control
+ - Fixed: Customized bad words sometimes got messed up due to wrong
+ pointers (thanks to Lúcio and Wongsen)
+ - Fixed: Customized bad words now get correctly allocated
+ and released
+ - Fixed: Default settings did not now fit for all languages
+ (thanks to Wongsen)
+ - Improved performance and bad words count loader
+ - Improved spam filter
+ - Merged "Is URL" and "Contains URL" part
+ - Improved log file output
+ - Extended default bad words (Updated strings, too)
+ - Added Chinese (Traditional) bad words (thanks to Wongsen)
+ - Changed some English strings (Updated strings, too)
+ - Changed some German translation strings
+ - Added Chinese (Traditional) dialog strings (thanks to Wongsen)
+ - Improved/Changed documentation
+ - NEW FOR DEVELOPERS: Added service function for bad words
+ checking in other plugins (For details see "m_spamfilter.h")
+ - Some other small changes
+ - Updated screenshot on website
+
+ 1.0.2.4 - Fixed: Non-spamming contacts sometimes got hidden while sending
+ messages to them (thanks to Javier and Tomaso)
+ - Changed some strings in German translation
+
+ 1.0.2.3 - Fixed: Button "Cancel" in "Add bad word" dialog showed always the
+ German variant "Abbrechen" (thanks to Jef)
+ - Fixed: Database values now get freed (Oups, I forgot that...)
+ - Fixed: Auto-Deleting message and auto-deleting contact now works
+ without outputing empty message dialogs! (Nobody noticed?)
+ - Changed "Add bad word" dialog for people who don't read documentation
+ files ;-)
+ - Changed some translation strings
+ - Improved filter performance
+ - Small changes in translation documentation
+
+ 1.0.2.2 - Improved: Smaller file size (improved compiler settings)
+ - Changed documentation files
+ - Reprogrammed error checking for "Add bad word" dialog
+ - Reprogrammed key support for customized bad words list box
+ (Now uses subclass procedure)
+ - Extended recognized keys in list box:
+ Now supports "del", "-", "+", up and down keys
+ - Changed Portuguese (Brazil) bad words (thanks to Lúcio)
+ - Improved dates/times in logging:
+ -> Now uses system (language) default format for formatting dates/times
+ -> Removed translation strings for this
+ - Fixed: Corrected small checking bug with "Allowed bad words until spam"
+ (thanks to Lúcio)
+ - Fixed: Options items are now correctly grouped
+ - Fixed: Spam logging didn't work without Path plugin
+ - Some internal improvements/performance optimizations
+ - Some changes with the German translation
+ - Improved spam logging output: more detailed and cleaned up
+ - Optimized/Faster spam logging
+ - Improved/Changed documentation
+ - Some other small/minor changes
+
+ 1.0.2.1 - Improved behaviour of "Allowed bad words in messages" spin control
+ - Changed dialog font to same as in Miranda IM core
+ - Added expert options support for logging options
+ - Changed Path Plugin dependency (Path plugin is now optional)
+ -> You do not need to have the Path plugin for logging any longer
+ -> It is only needed if you would like to use relative paths
+ - Included a fix for an issue with the Path plugin
+ (kind of bug in Path plugin)
+ - Changed option group headings to bold (finally found out how to
+ switch this... ;-) )
+ - Removed positioning of options group
+ - Cleaned up/Improved resources
+ - Added button for "Select log file" dialog
+ - Changed log file box
+ - Improved spam logging: Now messages are now longer saved as only
+ lower case
+ - Added error checking for add bad word dialog
+ - Fixed: Some error box strings were not translatable
+ - Fixed: Selection of "What to do" got sometimes not set
+ - Changed the path to default sound file to the included sound file
+ - Forgot to switch the version number shown on plugins page (Oups...)
+ - Improved German translation
+ - Some other small changes
+ - Updated screenshot on website
+
+ 1.0.2.0 - Added spam message/sender logging to file (fully translatable)
+ - Added some language pack string for spam logging
+ - Added Portuguese (Brazil) bad words (thanks to Lúcio)
+ - Improved comma recognition in default bad words list in language pack
+ - Added "del" key support in customized bad words box
+ - Small changes in German translation
+ - Added some default bad words (Changed strings, too)
+ - Use of new header files
+ - Updated screenshot on website
+
+ 1.0.1.0 - Added spamming contacts handling
+ - Improved option page layout
+ - Moved translation strings out of "SpamFilter_Developers.txt" to
+ separate file
+ - Added some default bad words (Changed strings, too)
+ - Added French bad words (thanks to Poischack)
+ - Added Russian bad words (thanks to NeptunE)
+ - "SpamFilter" speaks German!
+ (Completed German standard translation in "SpamFilter_Translation.txt")
+ - Rearranged and optimized code
+ - Some other small changes
+ - Updated screenshot on website
+
+ 1.0.0.2 - Changed selection style of customized bad words box
+ - Fixed: I forgot to mark some strings translatable...
+ - Changed some texts (Changed strings, too)
+ - Better position for "Add Bad Word" dialog
+ - Customized bad words list gets now sorted
+ - Added "Fast delete": Improved and faster deleting of customized
+ bad words in list
+ - Improved adding of customized bad words (small change)
+ - Added sound file
+ - Cleaned up code a bit
+ - Some other minor changes
+
+ 1.0.0.1 - Removed some debug output messages (Oups...)
+ - Extended default bad words
+ - Fixed: Customized bad words list doubled itself every time it
+ got loaded
+ - Smaller file size
+ - Some other tiny changes
+
+ 1.0.0.0 - Initial release
+
+
+Thanks
+----------------------
+ * To Roland Rabien the author of "SpamBlock" for the
+ first idea of spam recognition by bad words
+
+ * To Daniel Walter who improved "SpamBlock" to "SpamBlock+"
+ for the idea of an extensible bad words list
+
+ * To romamik the author of "StopSpam" for the
+ idea to block robots via reply messages
+
+ * To Lúcio for the Portuguese (Brazil) bad words
+ and his much feedback ;-)
+
+ * To Wongsen for the Chinese (Traditional) bad words and dialog translation,
+ his much feedback, his idea for an sound file and his helpful "beta testing" ;-)
+
+ * To NeptunE for the Russian bad words
+
+ * To Poischack for the French bad words
+
+ * To Paulo for some more Portuguese (Brazil) bad words
+
+ * To cyesto for creating a great bug-fix for the crash-on-ignore issue
+ in version 2.1.0.0. Thanks a lot!
+
+ * To Rudi for his many reported spam messages
+
+ * To Javier, Jef, Lúcio, Tomaso, Wongsen, Rudi, Genionhandy2, Bumper1,
+ ATom, Lastwebpage, Steffen Kaufmann, Romx, zk, Sarcago, sh8an, PanTzeR,
+ DaSilva, TioDuke, kurd, gerk, Vosoni, Avalanche, adderek, Schommel,
+ PsychodelEKS, Petr and pro100_tak for their bug reports
+
+ * To Johannes, Pickle Pete, Popovn, PanTzeR for their improvement ideas
+
+ * To Genionhandy2 for advertising this plugin ;-)
+
+ * To InvisiBill for his much feedback and his improvement ideas
+
+ * To Tigerix for his massive feature suggestions and bug-reporting :-)
+
+ * To ZaNuDa for some more Russian bad words and the filtering tips
+ and especially for his much effort in beta testing version 2.0.0.0.
+
+
+Translation
+----------------------
+ Translation strings and available bad words strings can be found
+ in "SpamFilter-Translation.txt" of the SDK package.
+
+
+License and Copyright
+----------------------
+
+ "Spam Filter" is released under the terms of the GNU General Public License.
+ See "SpamFilter-License.txt" for more details.
+
+ "Spam Filter" is copyright (c) 2003-2006 by Heiko Herkenrath.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product
+ documentation would be appreciated but is not required.
+ 3. Altered source versions must be plainly marked as such, and must
+ not be misrepresented as being the original software.
+ 4. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ RegExp Library:
+ PCRE (pcre.dll) is a library of functions to support regular expressions whose syntax
+ and semantics are as close as possible to those of the Perl 5 language.
+
+ "Perl Compatible Regular Expressions" (PCRE) is distributed under the terms of
+ the "BSD" license. See "PCRE-License.txt" for more details.
+
+ "PCRE" is copyright (c) 1997-2004 University of Cambridge
+
+
+H. Herkenrath (hrathh at users.sourceforge.net)
\ No newline at end of file diff --git a/spamfilter/Docs/SpamFilter-Translation.txt b/spamfilter/Docs/SpamFilter-Translation.txt new file mode 100644 index 0000000..b9a1e1c --- /dev/null +++ b/spamfilter/Docs/SpamFilter-Translation.txt @@ -0,0 +1,865 @@ +
+Spam Filter 2.5.2.3 for Miranda IM 0.4.3+
+------------------------------------------------------------------------
+ Translator Information
+
+ Contents: -------------------------------
+ | General Info, Default Bad Phrases/Patterns, German Strings,
+ | Chinese (Traditional) Strings, String History
+
+
+General Info
+-----------------------------
+ "Spam Filter" can be translated with the Miranda IM
+ language files.
+
+ Put the following strings in a file called "langpack_<language>.txt"
+ in the Miranda IM directory and translate them into your
+ language or take the German ones... ;-)
+
+ If you need more info on Miranda IM language files visit:
+ http://cvs.sourceforge.net/viewcvs.py/*checkout*/miranda/miranda/i18n/readme.txt
+
+
+Default Bad Phrases/Patterns
+-----------------------------
+ If you think a string has to be added to the translated bad phrases
+ please mail me.
+
+ If you notice some bad phrases that are
+ missing in the lists, please mail them to me. this would be very nice.
+ And..ehm...If it is another language than German, English or French
+ then a translation would be nice, so that I can look if all bad phrases
+ are usable and perhaps I can take some over into the english ones...
+
+ More bad phrase languages will (hopefully) come soon... please help me :-)
+
+
+German Strings
+-----------------------------
+
+; --- Plugin: Spam Filter 2.5.2.3 (German) ---
+
+; Translation by H. Herkenrath (hrathh at users.sourceforge.net)
+; Please report any mistakes or missing strings in here.
+
+[Spam Filter]
+Spam-Filter
+[Filters out advertisment messages, messages sent by robots and other disliked messages such as hoax messages.]
+Dieses Plugin filtert Werbe-Nachrichten, automatisch versandte Nachrichten und unerwünschte Nachrichten, wie Kettennachrichten, heraus.
+
+; Message Types (same as "Options->Contact List->Icons")
+[Authorization Request]
+Erlaubnisanfrage
+[Added Notification]
+Hinzufügungsmeldung
+[Message]
+Nachricht
+[URL]
+URL-Adresse
+[File]
+Dateiübertragung
+[Contacts]
+Kontakte
+
+; Menu Items
+[Enable &spam popups]
+&Spam-Meldungen aktivieren
+[Disable &spam popups]
+&Spam-Meldungen deaktivieren
+[&Unmark spammer]
+&Kein Spam-Versender
+[&Mark as spammer]
+&Als Spam-Versender markieren...
+[Mark Contact as Spammer]
+Kontakt als Spam-Versender markieren
+[Are you sure that the contact \"%s\" shall be marked as spammer?\r\n\r\nMarking a contact as spammer means that all associated messages will be recognized as spam and the contact will be completely ignored in the future.\r\n\r\nA contact that was marked as spammer can be restored using the options dialog.]
+Soll der Kontakt \"%s\" wirklich als Spam-Versender markiert werden?\r\n\r\nEinen Kontakt als Spam-Versender markieren bedeutet, dass alle seine bisherigen Nachrichten als Spam erkannt werden und der Kontakt für die Zukunft komplett ignoriert wird.\r\nSpam-Versender können in den Einstellungen wieder reaktiviert werden.
+
+; Popups
+[Disliked Message Alert!]
+Unerwünschte Nachricht-Alarm!
+[Advertisment Alert!]
+Werbung-Alarm!
+[Robot Alert!]
+Automatische Nachricht-Alarm!
+
+; Balloon Tips
+[Spam Filter Error]
+Spam-Filter Fehler
+[Spam Filter Error"), TranslateT("The log file \"%s\"\r\ncan not be written.\r\n\r\nProblem:\r\n%s\r\nPlease check the settings.]
+Die Protokollierdatei\r\n\"%s\" kann nicht geschrieben werden.\r\n\r\nProblem:%s\r\nBitte überprüfen Sie die Einstellungen.
+[You did not install any Spam Definition files! Spam Filter can not work as powerful as it could.\r\n\r\nPlease install at least one language of the Spam Definitions.]
+Es wurden keine Spam-Definitionen installiert! Der Spam-Filter kann nicht so ausgeprägt funktionieren, wie er könnte.\r\n\r\nBitte installieren Sie mindestens eine Sprache der Spam-Definitionen.
+[Spam Filter Critical Error]
+Kritischer Fehler im Spam-Filter
+[A very critical internal error was detected!\r\nProbably the filter will not work at all.\r\n\r\nPlease update to the most current version if this problem persists.]
+Ein sehr schwerwiegender interner Fehler wurde festgestellt!\r\nWahrscheinlich wird der Filter überhaupt nicht funktionieren.\r\n\r\nWenn das Problem fortbesteht bitte auf eine neuere Version aktualisieren.
+[Spam Filter was not able to send an automated message to the user \"%s\".]
+[Spam Filter Warning]
+Spam-Filter Warnung
+[The filter has detected %u incorrect Regular Expression(s) in the default bad words!\r\n\r\nPlease update your installed Spam Definitions to the latest versions to resolve this problem.\r\nThis problem might also be caused by Spam Definitions that are not compatible with your system codepage.]
+In den Standard-Spam-Wörtern wurde ein inkorrekter Regulärer Ausdruck gefunden (%u Stück)!.\r\n\r\nDie Spam-Definitionen müssen auf die neustenn Versionen aktualisiert werden um dieses Problemn zu beheben.\r\nEs kann auch sein, dass Spam-Definitionen installiert sind, die nicht kompatibel mit der verwendeten Windows-Codepage sind.
+
+; Sounds
+;[Spam]
+[Advertisment Alert]
+Werbung eingegangen
+[Disliked Message Alert]
+Unerwünschte Nachicht eingegangen
+[Robot Alert]
+Automatische Nachricht eingegangen
+
+; Icons
+[Spam Message Overlay]
+Spam-Nachricht Indikator
+;[Mark Contact as Spammer]
+[Spammer Indicator]
+Spam-Versender
+
+; Variables Plugin
+; %autoignore_count%
+[Number of users currently being in danger of being ignored.]
+Anzahl der Benutzer die gefährdet sind automatisch ignoriert zu werden.
+
+; Trigger Plugin
+[Spam Filter: Incoming Spam]
+Spam-Filter: Eingehende Spam-Nachricht
+
+; Custom Folders Plugin
+[Spam Definitions]
+Spam-Definitionen
+[Customized Words]
+Selbstdefinierte Wörter
+
+; Logging
+[Contact set as spammer]
+Kontakt ist Spam-Versender
+[Contains only spaces]
+Enthält keinen Text
+[Is multiple]
+Ist mehrfach empfangene Nachricht
+[Is capitalized]
+Enthält nur große Buchstaben
+[Contains URL address]
+Enthält URL-Adresse
+[Contains phone number]
+Enthält Telefonnummer
+[Is teaser]
+Ist Locknachricht
+[User is known as spammer]
+Benutzer ist als Spam-Versender bekannt
+[Robot message]
+Automatisch versendete Nachricht
+[Contains %u bad phrase(s)/pattern(s)]
+Enthält %u Spam-Worte
+[Contains %u differently formated bad phrase(s)/pattern(s)]
+Enthält %u abweichend formatierte Spam-Wörter
+[Contains %u good phrase(s)/pattern(s)]
+Enthält %u positive Wörter
+[Is hoax text]
+Ist Kettennachricht
+[Contains %u disliked indicating phrase(s)/pattern(s)]
+Enthält %u unerwünschte Wortkombinationen
+; Separator:
+;[, ]
+[Message deleted]
+Nachricht gelöscht
+[Message marked read]
+Nachricht als gelesen markiert
+[User ignored]
+Benutzer ignoriert
+; %log_user% format: Nick (UniqueID)
+;[%s (%s)]
+
+; Logging: Plain Text Format
+[[%log_date% %log_time%, User: %log_user%, Type: %log_type%]\r\nRecognition: %log_recognition%\t\r\nResult: %log_result%\r\n%log_message%\r\n\r\n]
+[%log_date% %log_time%, Benutzer: %log_user%, Typ: %log_type%]\r\nErkennung: %log_recognition%\t\r\nErgebnis: %log_result%\r\n%log_message%\r\n\r\n]
+
+; Logging: CSV Format
+;[\"%log_date%\";\"%log_time%\";\"%log_user%\";\"%log_type%\";\"%log_recognition%\";\"%log_result%\";\"%log_message%\"\r\n]
+["Date";"Time";"User";"Type";"Recognition";"Result";"Message"\r\n]
+"Datum";"Uhrzeit";"Benutzer";"Typ";"Erkennung";"Ergebnis";"Nachricht"\r\n
+
+; Logging: XML Format
+[Received Spam]
+Empfangene Spam-Nachrichten
+[Logged since]
+Protokolliert seit
+[Date/Time:]
+Datum/Uhrzeit:
+[User:]
+Benutzer:
+[Type:]
+Typ:
+[Recognition:]
+Erkennung:
+[Result:]
+Ergebnis:
+
+
+; Options: Main
+[&Advertisment Filter (recommended)]
+&Werbung-Filter (empfohlen)
+[Filters out advertisments from unknown users that are not on the contact list.]
+Filtert Werbe-Nachrichten von Benutzern, die nicht in der Kontaktliste aufgeführt sind, heraus.
+[C&onfigure...]
+K&onfigurieren...
+[&Robot Filter]
+&Automatische Nachrichten-Filter
+[Filters out all automated messages from unknown contacts via requesting a correct answer from the sender.]
+Filtert alle automatisch versandten Nachrichten heraus, durch Anforderung einer korrekten Antwort von unbekannten Versendern.
+[Co&nfigure...]
+Ko&nfigurieren...
+[&Disliked Messages Filter]
+&Unerwünschte Nachrichten-Filter
+[Filters out disliked messages such as hoax messages from known contacts that are on your contact list.]
+Filtert unerwünschte Nachrichten, wie Kettennachrichten, von Kontakten, die in der Kontaktliste aufgeführt sind, heraus.
+[Con&figure...]
+Kon&figurieren...
+[Behaviour]
+Filterverhalten
+[Mar&k spam messages as read]
+Spam als &gelesen markieren
+[D&elete spam messages]
+Spam-Nachrichten &löschen
+[Auto Ignore]
+Automatisch Ignorieren
+[Automatically &ignore spamming users]
+Spam-Versender automatisch &ignorieren
+[Allowed spam per &user:]
+&Erlaubte Spam-Nachrichten:
+[&Rese&t...]
+Zurückse&tzen...
+[Spa&mmers]
+Spa&m-Versender
+[Reset Auto Ignore]
+Automatisches Ignorieren zurücksetzen
+[Are you sure that the Auto Ignore counters shall really be reset?\r\n\r\nSpammers that are not already ignored will then not be remembered any longer.]
+Sollen die Zähler für das Automatische Ignorieren wirklich zurückgesetzt werden?\r\nSpam-Versender die noch nicht ignoriert sind werden dann nicht mehr vorgemerkt sein.
+[Message Types]
+Nachrichtentypen
+[Types of incoming e&vents which shall be checked for spam:]
+Eingehende Nachrichtent&ypen die überprüft werden sollen:
+[Spam Notification]
+Meldungen
+[Show &popup when a spam message is received]
+&Popup-Fenster anzeigen, wenn eine Spam-Nachricht eingeht
+[&Log spam messages to file:]
+Spam in Datei &speichern:
+; Default Log file name:
+;[Spam.xml]
+;[&...]
+[&Show]
+&Anzeigen
+
+; Options: Spammers Info
+[Ignored Spammers]
+Ignorierte Spam-Versender
+[The following contacts were recognized as spammers:]
+Die folgenden Kontakte wurde als Spam-Versender erkannt:
+[Spammer]
+Spam-Versender
+[Accept]
+Akzeptieren
+[Delete]
+Löschen
+[Store spammers in special &group:]
+Spam-Versender in folgender &Gruppe aufbewahren:
+[Spammers]
+Spam-Versender
+
+; Options: Advertisment Filter
+[Configure Advertisment Filter]
+Werbung-Filter konfigurieren
+[Bad Phrases/Patterns]
+Spam-Wortkombinationen
+[Look for standard &bad phrases in received messages]
+Auf &Standard Spam-Wörter in empfangenen Nachrichten prüfen
+[Also watch for following &customized bad phrases:]
+Auch nach &folgenden Spam-Wörtern suchen:
+[Automated message]
+Automatisch generierte Nachricht
+[All&owed bad phrases until spam:]
+Erlaubte &Anzahl an Spam-Wörtern:
+[Recogni&ze different formating]
+Abweichende &Formatierung erkennen
+[Allowed &formated bad phrases:]
+Erlaubte formatierte &Wörter:
+[Known Spammers]
+Spam-Versender
+[Filter out messages from standard &known spammers]
+Nachrichten von standardmäßigen Spam-Versendern herausfiltern
+[Bad Contents]
+Spam-Inhalte
+[&URL addresses]
+&URL-Adressen
+[&Phone numbers]
+&Telefonnummern
+[C&apitalized messages]
+&Großgeschriebene Nachrichten
+[Messages containing &spaces only]
+&Leere Nachrichten
+[&Multiple messages with same content]
+&Mehrere Nachrichten mit gleichem Inhalt
+[&Teaser messages]
+&Locknachrichten
+[Good Phrases/Patterns]
+Positive Wortkombinationen
+[Messages are &no spam when containing some of the following phrases:]
+Nachrichten &nicht als Spam ansehen, wenn folgende Wörter enthalten sind:
+;[Miranda IM]
+[Allo&wed phrases until no spam:]
+Erlaubte positive Wörter:
+
+; Options: Robot Filter
+[Configure Robot Filter]
+Filter für automatich versendete Nachrichten konfigurieren
+[Message Texts]
+Nachrichtentexte
+[&Instruction:]
+&Anleitung:
+[Hello %sender%,\r\nPlease reply \"%securitycode%\" if you want to contact me. If you don't reply correctly your messages will be ignored. Sorry for the inconvenience.\r\nThis spam check quarantees that you are a real person.\r\nYou have %triesleft% tries left.\r\nThanks in advance!\r\n\r\n(Automated message)]
+Hallo %sender%,\r\nBitte antworte mit \"%securitycode%\", um mit mit mir in Kontakt zu treten. Alle anderen Nachrichten werden zunächst ignoriert.\r\nEs verbleiben noch %triesleft% Versuche.\r\nDanke im Voraus!\r\n(Automatisch generierte Nachricht)
+[&Confirmation:]
+&Bestätigung:
+[Thank you for your help!\r\nAll your previous messages were delivered. New messages do now reach me directly without an additional spam check.\r\n\r\n(Automated message)]
+Danke für die Hilfe!\r\nAlle bisherigen Nachrichten wurden zugestellt. Weitere Nachrichten unterliegen keiner erneuten Spam-Prüfung.\r\n\r\n(Automatisch generierte Nachricht)
+[(You can use the substitute symbols %sender%, %message%, %securitycode% and %triesleft% for the appropriate contents.)]
+(Die Platzhalter %sender%, %message%, %securitycode% and %triesleft% können für die jeweiligen Inhalte verwendet werden.)
+; Value of %triesleft% when auto ignore feature disabled
+[unlimited]
+unbegrenzte
+[Add the message texts to contact &history]
+Zum &Nachrichtenverlauf des Kontakts hinzufügen
+[Security Code]
+Richtige Antwort
+[The following text needs to be replied by the contact to confirm that the message was not sent automatically:]
+Der folgende Text muss vom Benutzer zurückgesendet werden um zu bestätigen, dass seine Nachricht nicht automatisch versandt wurde:
+[&Random]
+&Zufall
+; Random chars base (Note: misunderstandable chars removed)
+;[abcdefghkmnpqrstuvwxyz23456789ABCDEFGHJKLMNPQRSTUVWXYZ23456789]
+[(You can use readable words, too.)]
+(Normale Wörter sind auch möglich.)
+[&Hide users until they identified themselves]
+Absender &verstecken bis sie bestätigt wurden
+[Note: This filter gets invoked after the Advertisment Filter.\r\nThus, no instruction message will be sent in reply to advertisment messages.]
+Hinweis: Dieser Filter wird nach dem Werbung-Filter angewendet,\r\nd.h. es wird nicht mit einer Anleitungsnachricht auf Werbenachrichten geantwortet.
+
+; Options: Disliked Messages Filter
+[Configure Disliked Messages Filter]
+Filter für unerwünschte Nachrichten konfigurieren
+[Disliked Contents]
+Unerwünschte Inhalte
+[Messages containing &known hoax message texts]
+Auf &bekannte Texte von Kettennachrichten prüfen
+[Indicating Phrases/Patterns]
+Wortkombinationen
+[Look for the following indicating &phrases:]
+Auf folgende &Worte prüfen:
+[Please forward]
+Bitte weiterleiten
+[Auto Reply]
+Automatische Antwort
+[Auto &reply to disliked messages using the following text:]
+Automatisch auf unerwünschte Nachrichten mit dem folgenden Text &antworten:
+[Hello %sender%,\r\nI don't like such messages. Please don't send them to me anymore.\r\nThanks.\r\n\r\n(Automated message)]
+Hallo %sender%\r\nIch kann solche Nachrichten nicht ausstehen. Bitte nicht mehr senden!\r\nDanke.\r\n\r\n(Automatisch generierte Nachricht)
+[(You can use the substitute symbols %sender% and %message% for the appropriate contents.)]
+(Die Platzhalter %sender% und %message% können für die jeweiligen Inhalte verwendet werden.)
+[Add the reply to contact &history]
+Zum &Nachrichtenverlauf hinzufügen
+
+; Options: Select Log File
+[Select Log File]
+Protokollierdatei festlegen
+[Text Files (*.txt)]
+Textdokumente (*.txt)
+[Log Files (*.log)]
+Log-Dateien (*.log)
+[Comma Separated Values Files (*.csv)]
+CSV (Trenzeichen-getrennt) (*.csv)
+[XML Files (*.xml; *.xsl)]
+XML-Dateien (*.xml; *.xsl)
+[All Logging Files (*.log; *.txt; *.csv; *.xml)]
+Alle Protokollierdateien (*.log; *.txt; *.csv; *.xml)
+[All Files (*.*)]
+Alle Dateien (*.*)
+
+; Options: Add/Remove List Item
+[&Add...]
+&Hinzufügen..
+[&Remove]
+&Entfernen
+[&New indicating phrase/pattern:]
+&Neue Wortkombination:
+[Add bad phrase/pattern]
+Spam-Wort hinzufügen
+[Remove bad phrase/pattern]
+Spam-Wort entfernen
+[The entered bad phrase \"%s\" already exists in the list.\r\n\r\nThe filter doesn't differentiate between lower and upper case.\r\nTwo entries with the same phrase are not neccessary\nand will decrease the filter quality.\r\n\r\nShall the bad phrase be added anyway?]
+Das soeben eingegebene Spam-Wort \"%s\" existiert bereits in der Liste.\r\n\r\nDer Filter unterscheidet nicht zwischen Groß- und Kleinschreibung\nin den Wörtern, deshalb sind zwei Einträge mit demselben Wort nicht notwendig\nund würden die Filterqualität negativ beeinflussen.\r\n\r\nSoll das Spam-Wort dennoch hinzugefügt werden?
+[The entered bad phrase \"%s\" already exists in the default bad phrases lists.\r\n\r\nAllowing the same bad phrase in the customized bad phrases lists will\npull down the filter quality.\r\n\r\nShall the bad phrase be added anyway?]
+Das soeben eingegebene Spam-Wort \"%s\" existiert bereits in den Standard-Wörtern.\r\n\r\nEin selbsteingegebenes Spam-Wort sollte jedoch nicht in den Standard-Wörtern\nvorkommen, da dadurch die Filter-Qualität negativ beeinflusst werden könnte.\r\n\r\nSoll das Spam-Wort dennoch hinzugefügt werden?
+[Add good phrase/pattern]
+Positives Wort hinzufügen
+[Remove good phrase/pattern]
+Positives Wort entfernen
+[The entered good phrase \"%s\" already exists in the list.\r\n\r\nThe filter doesn't differentiate between lower and upper case.\r\nTwo entries with the same phrase are not neccessary\nand will decrease the filter quality.\r\n\r\nShall the good phrase be added anyway?]
+Das soeben eingegebene positive Wort \"%s\" existiert bereits in der Liste.\r\n\r\nDer Filter unterscheidet nicht zwischen Groß- und Kleinschreibung\nin den Wörtern, deshalb sind zwei Einträge mit demselben Wort nicht notwendig\nund würden die Filterqualität negativ beeinflussen.\r\n\r\nSoll das positive Wort dennoch hinzugefügt werden?
+[Add indicating phrase/pattern]
+Wortkombination hinzufügen
+[Remove indicating phrase/pattern]
+Wortkombination entfernen
+[The entered indicating phrase \"%s\" already exists in the list.\r\n\r\nThe filter doesn't differentiate between lower and upper case.\r\nTwo entries with the same phrase are not neccessary\nand will decrease the filter quality.\r\n\r\nShall the chain indicating phrase be added anyway?]
+Die soeben eingegebene Wortkombination \"%s\" existiert bereits in der Liste.\r\n\r\nDer Filter unterscheidet nicht zwischen Groß- und Kleinschreibung\nin den Wörtern, deshalb sind zwei Einträge mit demselben Wort nicht notwendig\nund würden die Filterqualität negativ beeinflussen.\r\n\r\nSoll die Wortkombination dennoch hinzugefügt werden?
+[(You can use normal words and Regular Expressions)]
+(Reguläre Ausdrücke und normale Wörter sind möglich)
+[(Regular Expressions disabled)]
+(Reguläre Ausdrucke sind deaktiviert)
+[Syntax Error in Regular Expression]
+Syntaxfehler in Regulärem Ausdruck (RegExp)
+[The entered phrase \"%s\" consists of a Regular Expression containing a syntax error!\r\n\r\nAdding an malformed Regular Expression will cause the filter\r\nto treat the expression as a normal phrase.\r\n\r\nShall the malformed Regular Expression be added anyway?]
+Die eingegebene Wortkombination enthält einen ungültigen Regulären Ausdruck (RegExp)!\r\nEin ungültiger Regulärer Ausruck wird vom Filter als normale Wortkombination angesehen.\r\n\r\nSoll der ungültige Reguläre Ausruck trotzdem hinzugefügt werden?
+
+; Options: Regular Expressions Help Section
+[Quick Quide to Regular Expressions:]
+Schnellanleitung für Reguläre Ausdrücke:
+[Alternatives:]
+Alternativen:
+[gilbert|sullivan finds \"gilbert\" or \"sullivan\"]
+gilbert|sullivan findet \"gilbert\" oder \"sullivan\"
+[Subpatterns]
+Unterausdrücke:
+[cat(aract|erpillar) finds "cataract\" or \"caterpillar\"]
+cat(aract|erpillar) findet "cataract\" oder \"caterpillar\"
+[Repetitions]
+Wiederholungen:
+[z{2,4} matches \"zz\", \"zzz\" or \"zzzz\"\r\n* is equivalent to {0,}\r\n+ is equivalent to {1,}\r\n? is equivalent to {0,1}]
+z{2,4} findet \"zz\", \"zzz\" oder \"zzzz\"\r\n* ist gleichbedeutend mit {0,}\r\n+ ist gleichbedeutend mit {1,}\r\n? ist gleichbedeutend mit {0,1}
+[Generic Types:]
+Allgemeine Typen:
+[\\d represents any decimal digit\r\n\\D represents any character that is not a decimal digit]
+\\d steht für irgendeine Dezimalzahl\r\n\\D steht für irgendein nicht-numerisches Zeichen
+[Assertions:]
+Zusicherungen:
+[(?<!foo)bar finds an occurrence of \"bar\" that is not preceded by \"foo\"\r\n(?<= for positive lookahead assertions\r\n(?<! for negative lookahead assertions\r\n(?= for positive lookbehind assertions\r\n(?! for negative lookbehind assertions]
+(?<!foo)bar findet ein Vorkommen von \"bar\" dem nicht \"foo\" vorangestellt ist\r\n(?<= steht für postiv vorausblickend\r\n(?<! steht für negativ vorausblickend\r\n(?= steht für positiv rückblickend\r\n(?! steht für negativ rückblickend
+[Back References:]
+Rückverweise:
+[(sens|respons)e and \\1ibility matches \"sense and sensibility\" and \"response and responsibility\", but not \"sense and responsibility\"]
+(sens|respons)e and \\1ibility findet \"sense and sensibility\" und \"response and responsibility\", jedoch nicht \"sense and responsibility\"
+[All syntax elements can be combined or nested using subpatterns.]
+Syntaxelemente können mithilfe von Unterausdrücken kombiniert werden.
+
+; Options: Spam Definitions Info Dialog
+[Spam Definitions: Advertisment Filter]
+Spam-Definitionen: Werbung-Filter
+[Advertisment Filter]
+Werbung-Filter
+[Spam Definitions: Disliked Messages Filter]
+Spam-Definitionen: Unerwünschte Nachrichten-Filter
+[Disliked Messages Filter]
+Unerwünschte Nachrichten-Filter
+[Installed Spam Definitions for filter:]
+Installierte Spam-Definitionen für den Filter:
+[Not Available]
+Nicht verfügbar
+[Packet]
+Paket
+;[Version]
+[Type]
+Typ
+[Default Bad Words]
+Standard Spam-Wörter
+[Known Spammers]
+Bekannte Spam-Versender
+[Known Teaser Texts]
+Bekannte Lock-Texte
+[URL Recognition]
+[URL-Erkennung
+[Phone Number Recognition]
+Telefonnummer-Erkennung
+[Different Format Recognition: Text]
+Format-Erkennung: Text
+[Different Format Recognition: Numbers]
+Format-Erkennung: Nummern
+[Different Format Recognition: Separators]
+Format-Erkennung: Trennzeichen
+[Known Hoax Texts]
+Bekannte Hoax-Texte
+[Download more Spam Definitions]
+Weitere Spam-Definitionen herunterladen
+;[http://addons.miranda-im.org/index.php?action=display&id=92]
+[&Remove...]
+&Entfernen...
+
+; Options: Spam Definitions Info
+[Spam &Definitions]
+Spam-&Definitionen
+[Warning: Not all Spam Definitions are available!\r\nSome features are disabled.]
+Achtung: Nicht alle Spam-Definitionen sind verfügbar!\r\nEinige Optionen sind deaktiviert.
+
+; Spam Definitions Info File Names
+; (Strings prepended by "Spam Definitions:" are used by Updater plugin)
+[Common]
+Allgemein
+[English]
+Englisch
+[Spam Definitions: English]
+Spam-Definitionen: Englisch
+[Chinese]
+Chinesisch
+[Spam Definitions: Chinese]
+Spam-Definitionen: Chinesisch
+[French]
+Französisch
+[Spam Definitions: French]
+Spam-Definitionen: Französisch
+[Portuguese]
+Portugiesisch
+[Spam Definitions: Portuguese]
+Spam-Definitionen: Portugiesisch
+[Russian]
+Russisch
+[Spam Definitions: Russian]
+Spam-Definitionen: Russisch
+
+; Options: Variables Button
+[Use variables in the message text]
+Variablen im Nachrichtentext verwenden
+
+; Options: Ignore Options Extension
+[You chose to ignore all kind of messages from contacts that are not on your contact list although the spam filter is activated.\r\n\r\nShall the spam filter be deactivated?]
+Nachrichten von Benutzern, die nicht auf der Kontaktliste sind, werden im Moment ignoriert.\r\nJedoch ist der Spam-Filter aktiviert, der unerwünschte Nachrichten von solchen Benutzern herausfiltert.\r\n\r\nSoll der Spam-Filter deaktiviert werden?
+
+; ---
+
+
+
+String History:
+-----------------------------
+ 2.5.2.1: Added: [&Hide users until they identified themselves]
+ Changed: [The filter has detected %u malformed Regular Expression(s) in the default bad words!\r\n\r\n
+ Please update your installed Spam Definitions to the latest versions to resolve this problem.\r\n
+ This problem might also be caused by Spam Definitions that are not compatible
+ with your system codepage.]
+ To: [The filter has detected %u malformed Regular Expression(s) in the default bad words!\r\n\r\n
+ Please update your installed Spam Definitions to the latest versions to resolve this problem.\r\n
+ This problem might also be caused by Spam Definitions that are not compatible
+ with your system codepage.
+ Changed: [The entered phrase \"%s\" consists of a Regular Expression which is invalid!\r\n\r\n
+ Adding an invalid Regular Expression will cause the filter\r\nto treat the expression as a normal
+ phrase.\r\n\r\nShall the invalid Regular Expression be added anyway?]
+ To: [The entered phrase \"%s\" consists of a Regular Expression containing a syntax error!\r\n\r\n
+ Adding an malformed Regular Expression will cause the filter\r\nto treat the expression as a normal
+ phrase.\r\n\r\nShall the malformed Regular Expression be added anyway?]
+ Changed: [(You can use the substitute symbols %sender%, %message%, %triesleft% and
+ %securitycode% for the appropriate contents.)]
+ To: [(You can use the substitute symbols %sender%, %message%, %securitycode% and
+ %triesleft% for the appropriate contents.)]
+ Changed: [Hello %sender%,\r\nPlease reply \"%securitycode%\" if you want to contact me.
+ If you don't reply correctly your messages will be ignored. Sorry for the inconvenience.\r\n
+ This spam check quarantees that you are a real person.\r\nYou have %triesleft% tries left.\r\n
+ Thanks in advance!\r\n\r\n(Automated message)]
+ To: [Hello %sender%,\r\nPlease reply \"%securitycode%\" if you want to contact me.
+ If you don't reply correctly your messages will be ignored. Sorry for the inconvenience.\r\n
+ This spam check guarantees that you are a real person.\r\nYou have %triesleft% tries left.\r\n
+ Thanks in advance!\r\n\r\n(Automated message)]
+
+ 2.5.2.0:
+ Added: [unlimited]
+ Changed: [Please reply \"%securitycode%\" if you want to contact me. If you don't reply correctly your
+ messages will be ignored. Sorry for the inconvenience.\r\n\r\n(Automated message)]
+ To: [Hello %sender%,\r\nPlease reply \"%securitycode%\" if you want to contact me.
+ If you don't reply correctly your messages will be ignored. Sorry for the inconvenience.\r\n
+ This spam check quarantees that you are a real person.\r\nYou have %triesleft% tries left.\r\n
+ Thanks in advance!\r\n\r\n(Automated message)]
+ Changed: [Hi %sender%,\r\nI don't like such messages. Please don't send them to me
+ anymore.\r\nThanks.\r\n\r\n(Automated message)]
+ To: [Hello %sender%,\r\nI don't like such messages. Please don't send them to me anymore.\r\n
+ Thanks.\r\n\r\n(Automated message)]
+ Changed: [Thank you for your help!\r\nAll your previous messages were delivered.
+ New messages do now reach me directly without an additional spam check.\r\n\r\n
+ (Automated message)]
+ To: [Thank you for your help!\r\nAll your previous messages were delivered. New messages do reach
+ me directly, without an additional spam check.\r\n\r\n(Automated message)]
+ Changed: [Automatically &ignore spammers]
+ To: [Automatically &ignore spamming users]
+ Changed: [&Empty messages]
+ To: [Messages containing &spaces only]
+ Changed: [Contains spaces only]
+ To: [Is empty]
+ Changed: [Allowed &bad phrases until spam:]
+ To: [All&owed bad phrases until spam:]
+ Changed: [Recognize &different formating]
+ To: [Recogni&ze different formating]
+ Changed: [&Spammers]
+ To: [Spa&mmers]
+ Changed: [&Reset...]
+ To: [Rese&t...]
+ Changed: [&Mark spam messages as read]
+ To: [Mar&k spam messages as read]
+ Changed: [&Types of incoming events which shall be checked for spam:]
+ To: [Types of incoming e&vents which shall be checked for spam:]
+ Changed: [(You can use the substitute symbols %sender%, %message%and %securitycode%
+ for the appropriate contents.)]
+ To: [(You can use the substitute symbols %sender%, %message%, %triesleft% and %securitycode% for the appropriate contents.)]
+
+ * corrected some typos
+
+ 2.5.1.2:
+ Added: [Store spammers in special &group:]
+ Added: [Spammers]
+ Added: [&Unmark spammer]
+ Changed: [Normal]
+ To: [Accept]
+
+ 2.5.1.1:
+ Changed: [Spam Filter has detected %u incorrect Regular Expression(s) in the default bad words!\r\n\r\n
+ Please update your installed Spam Definitions to the latest versions to resolve this problem.]
+ To: [The filter has detected %u incorrect Regular Expression(s) in the default bad words!\r\n\r\n
+ Please update your installed Spam Definitions to the latest versions to resolve this problem.\r\n
+ This problem might also be caused by Spam Definitions that are not compatible
+ with your system codepage.]
+
+ 2.5.1.0:
+ Added: [Spammer Indicator]
+ Changed: [Spam Filter has detected a incorrect Regular Expression in the default bad words!\r\n\r\n
+ Please update your installed Spam Definitions to the latest versions to resolve this problem.]
+ To: [Spam Filter has detected %u incorrect Regular Expression(s) in the default bad words!\r\n\r\n
+ Please update your installed Spam Definitions to the latest versions to resolve this problem.]
+
+ * Corrected some typos
+
+ 2.5.0.0:
+ Added: [Use variables in the message text]
+ Added: [Disliked Contents]
+ Added: [Number of users currently being in danger of being ignored.]
+ Added: [Spam Filter Critical Error]
+ Added: [A very critical internal error was detected!\r\nProbably the filter will not work at all.\r\n\r\n
+ Please update to the most current version if this problem persists.]
+ Added: [Spam Filter was not able to send an automated message to the user \"%s\".]
+ Added: [Spam Filter Warning]
+ Added: [Spam Filter has detected a incorrect Regular Expression in the default bad words!\r\n\r\n
+ Please update your installed Spam Definitions to the latest versions to resolve this problem.]
+ Added: [(Regular Expressions disabled)]
+ Added [Spam &Definitions]
+ Added: [Warning: Not all Spam Definitions are available!\r\nSome features are disabled.]
+ Added: [Spam Definitions]
+ Added: [Installed Spam Definitions for filter:]
+ Added: [Download more Spam Definitions]
+ Added: [http://www.miranda-im.org/download/index.php?action=display&id=92]
+ Added: [Not available]
+ Added: [Packet]
+ Added: [Version]
+ Added: [Type]
+ Added: [Default Bad Words]
+ Added: [Known Spammers]
+ Added: [Known Teaser Texts]
+ Added: [URL Recognition]
+ Added: [Phone Number Recognition]
+ Added: [Different Format Recognition: Text]
+ Added: [Different Format Recognition: Numbers]
+ Added: [Different Format Recognition: Separators]
+ Added: [Known Hoax Texts]
+ Added: [Quick Quide to Regular Expressions:]
+ Added: [Alternatives:]
+ Added: [gilbert|sullivan finds \"gilbert\" or \"sullivan\"]
+ Added: [Subpatterns]
+ Added: [cat(aract|erpillar) finds "cataract\" or \"caterpillar\"]
+ Added: [Repetitions]
+ Added: [z{2,4} matches \"zz\", \"zzz\" or \"zzzz\"\r\n* is equivalent to {0,}\r\n
+ + is equivalent to {1,}\r\n? is equivalent to {0,1}]
+ Added: [Generic Types:]
+ Added: [\\d represents any decimal digit\r\n\\D represents any character that is not a decimal digit]
+ Added: [Assertions:]
+ Added: [(?<!foo)bar finds an occurrence of \"bar\" that is not preceded by \"foo\"\r\n
+ (?<= for positive lookahead assertions\r\n(?<! for negative lookahead assertions\r\n
+ (?= for positive lookbehind assertions\r\n(?! for negative lookbehind assertions]
+ Added: [Back References:]
+ Added: [(sens|respons)e and \\1ibility matches \"sense and sensibility\" and \"response and responsibility\",
+ but not \"sense and responsibility\"]
+ Added: [All syntax elements can be combined or nested using subpatterns.]
+ Added: [Spam Definitions]
+ Added: [Customized Words]
+ Added: [Spam Filter: Incoming Spam]
+ Added: [&Remove...]
+ Added: [Note: The filter gets invoked after the Advertisment Filter.\n
+ Thus, no instruction message will be sent in reply to advertisment messages.]
+ Added: [Spammers]
+ Added: [Ignored Spammers]
+ Added: [The following contacts were recognized as spammers:]
+ Added: [Spammer]
+ Added: [Normal]
+ Added: [Delete]
+ Removed: [ (Spammer)]
+ Removed: [Hoax Messages]
+ Removed: [Contains 1 disliked indicating phrase/pattern]
+ Removed: [Contains 1 bad phrase/pattern]
+ Removed: [Contains 1 differently formated bad phrase/pattern]
+ Removed: [Contains 1 good phrase/pattern]
+ Changed: [Contains %u disliked indicating phrases/patterns]
+ To: [Contains %u disliked indicating phrase(s)/pattern(s)]
+ Changed: [Contains %u bad phrases/patterns]
+ To: [Contains %u bad phrase(s)/pattern(s)]
+ Changed: [Contains %u differently formated bad phrases/patterns]
+ To: [Contains %u differently formated bad phrase(s)/pattern(s)]
+ Changed: [Date;Time;User;Type;Recognition;Result;Message\r\n]
+ To: ["Date";"Time";"User";"Type";"Recognition";"Result";"Message"\r\n]
+ Changed: [Contains %u good phrases/patterns]
+ To: [Contains %u good phrase(s)/pattern(s)]
+ Changed: [The log file \"%s\"\r\ncan not be written.\r\n\r\nPlease check the settings.]
+ To: [The log file \"%s\"\r\ncan not be written.\r\n\r\nProblem:\r\n%s\r\nPlease check the settings.]
+ Changed: [Manually set as spam]
+ To: [Contact set as spammer]
+ Changed: [Look for &known hoax message texts]
+ To: [Messages containing &known hoax message texts]
+
+ * Corrected some typos
+
+ 2.1.0.0:
+ Changed: [&Scramble]
+ To: [&Random]
+ Added: [Added Notification]
+ Added: [Is hoax text]
+
+ 2.0.2.0:
+ Added: [Syntax Error in Regular Expression]
+ Added: [The entered phrase \"%s\" consists of a Regular Expression which is invalid!\r\n\r\n
+ Adding an invalid Regular Expression will cause the filter\r\nto treat the expression as a normal
+ phrase.\r\n\r\nShall the invalid Regular Expression be added anyway?]
+ Added: [Robot message]
+ Changed: [ (spammer)]
+ To: [ (Spammer)]
+
+ * Renamed most occurences of "phrase" to "phrase/pattern" (only in captions): Compare with German strings.
+ * Changed all occurences of a simple "\n" to "\r\n": Compare with German strings.
+
+ 2.0.1.0:
+ Added: [Spam Message Overlay]
+ Added: [&Reset]
+ Added: [(You can use readable words, too.)]
+ Added: [abcdefghkmnpqrstuvwxyz23456789ABCDEFGHJKLMNPQRSTUVWXYZ23456789]
+ Added: [Reset Auto Ignore]
+ Added: [Are you sure that the Auto Ignore counters shall really be reset?\r\n\r\n
+ Spammers that are not already ignored will then not be remembered any longer.]
+ Changed: [A&llowed phrases until no spam:]
+ To: [Allo&wed phrases until no spam:]
+ Changed: [Allo&wed bad phrases until spam:]
+ To: [Allowed &bad phrases until spam:]
+ Changed: [&Mark contact as spammer]
+ To: [&Mark as spammer]
+ Changed: [Filters out advertisments, robot messages and disliked messages such as hoax messages..]
+ To: [Filters out advertisment messages, messages sent by robots and
+ other disliked messages such as hoax messages.]
+ Changed: [Are you sure that the contact \"%s\" shall be marked as spammer?]
+ To: [Are you sure that the contact \"%s\" shall be marked as spammer?\r\n\r\n
+ Marking a contact as spammer means that all associated messages will be recognized as spam
+ and the contact will be completely ignored in the future.\r\n\r\nA contact that was marked as
+ spammer can be unignored using the options dialog.]
+
+ 2.0.0.0:
+ * The strings have been changed almost completely.
+ Please compare with German strings.
+
+ 1.0.4.0:
+ Added: [User is known as spammer]
+ Added: [The entered bad word \"%s\" already exists in the list.\r\n\r\n
+ The filter doesn't differentiate between lower and upper case.\n
+ Two entries with the same word are not neccessary\nand would decrease the filter quality.]
+ Added: [Add contact to spammer list...]
+ Added: [Spamer Remembering]
+ Added: [Filter out all messages from users who once sent spam]
+ Added: [Notify users that they are blocked]
+ Added: [Hey %s, I don't like spam!\nYou are now put onto the spammers list to stop
+ you from sending me such things.\r\n\r\nHere is your message back:\n%s\r\n\r\n\n
+ (Automated message)]
+ Added: [Text Files]
+ Removed: [Contact kept]
+
+
+ 1.0.3.1:
+ Added: [The entered bad word \"%s\" already exists in the default bad words list.\r\n\r\n
+ Allowing the same bad words in the customized bad words list would\n
+ pull down the filter quality.\r\n\r\nShould the bad word be added anyway?]
+ Added: [Enable &spam popups]
+ Added: [Disable &spam popups]
+ Added: [Type:]
+ Changed: [Website adresses are bad]
+ To: [Website addresses are bad]
+ Changed: [(URL)]
+ To: [URL]
+ Changed: [(Message)]
+ To: [Message]
+
+
+ 1.0.3.0:
+ Added: [(URL)]
+ Added: [(Message)]
+ Removed: [Is URL]
+ Removed: [Spam Contacts]
+ Changed: [Result:\t]
+ To: [Result:]
+ Changed: [Recognition:\t]
+ To: [Recognition:]
+ Changed: [Bad words (%u)]
+ To: [Contains &u bad words]
+ Changed: [Urls are bad]
+ To: [Website addresses are bad]
+ Changed: [Bad Messages]
+ To: [Bad Contents]
+ Changed: [Additionally look for standard bad words in bad messages]
+ To: [Look for standard bad words in received messages]
+
+ 1.0.2.3:
+ Added: [If you have any bad words that could be added to the default list please mail them to me.\n
+ So that the filter can be further improved. This would be very nice.]
+ Added: [User:]
+ Added: [Result:\t]
+ Changed: [Recognition:]
+ To: [Recognition:\t]
+
+ 1.0.2.2:
+ Added: [Recognition:]
+ Added: [Contains only one word]
+ Added: [Contains URL]
+ Added: [Is URL]
+ Added: [Bad words (%u)]
+ Added: [Message deleted]
+ Added: [Message marked read]
+ Added: [Contact deleted]
+ Added: [Contact kept]
+ Removed: [(Found Bad Words: %u)]
+ Removed: [HH:mm]
+ Removed: [dd/MM/yyyy]
+
+ 1.0.2.1:
+ Added: [Select Log File]
+ Added: [Log Files]
+ Added: [All Files]
+ Changed: [Logs\\Spam.log]
+ To: [Spam.log]
+
+ 1.0.2.0:
+ Added: [Spam Logging]
+ Added: [Log spam messages to file:]
+ Added: [Logs\\Spam.log]
+ Added: [HH:mm]
+ Added: [dd/MM/yyyy]
+ Added: [(Found Bad Words: %u)]
+
+ 1.0.1.0:
+ Added: [No spam filter]
+ Added: [Filter out spam messages from users that are not on the contact list (recommended)]
+ Added: [Spam Contacts]
+ Added: [Delete spamming contacts]
+ Removed: [Activate spam checking for users that are not on the contact list]
+
+ 1.0.0.1:
+ Changed: [Number of words until spam:]
+ To: [Allowed bad words until spam:]
+
+
+H. Herkenrath (hrathh at users.sourceforge.net)
\ No newline at end of file |