About: Bogofilter

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Bogofilter is a mail filter that classifies e-mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections. It was originally written by Eric S. Raymond after he read Paul Graham's article "A Plan for Spam" and is now maintained together with a group of contributors by , Matthias Andree and . The statistical technique used is known as Bayesian filtering. Bogofilter's primary algorithm uses the f(w) parameter and the Fisher inverse chi-square technique that he describes.

Property Value
dbo:abstract
  • Bogofilter je software na filtrování elektronické pošty od spamu, založený na rozdíl od náročnějších systémů pouze na statistické metodě. Je určený pro operační systémy Linux a BSD. Funkčnost programu předpokládá naplnění databáze slov v interním slovníku elektronickou poštou, zvlášť poštou označenou jako spam, zvlášť poštou označenou jako nespam. (cs)
  • Bogofilter ist ein Filterprogramm, das zur Aussortierung unerwünschter E-Mails verwendet werden kann. Bogofilter wurde zuerst von Eric S. Raymond entwickelt, wird aber seit 2002 von einer größeren Entwicklergruppe weiterentwickelt und ist freie Software. Das Programm ist in der Programmiersprache C geschrieben und läuft sehr schnell. Es stützt sich bei der Analyse von Mails, anders als etwa SpamAssassin, nur auf statistische Algorithmen (Bayes-Filter), unter anderem jene aus dem Artikel A plan for spam von Paul Graham. Bogofilter kann auf unterschiedliche Weise in ein Mailsystem eingebunden werden, benötigt aber die Interaktion mit dem Benutzer, der Mails als Spam oder nicht Spam klassifizieren muss. Wurde das Programm ausreichend trainiert, sind damit, wie bei vergleichbaren Programmen, sehr gute Erkennungsquoten möglich. (de)
  • Bogofilter is a mail filter that classifies e-mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections. It was originally written by Eric S. Raymond after he read Paul Graham's article "A Plan for Spam" and is now maintained together with a group of contributors by , Matthias Andree and . The statistical technique used is known as Bayesian filtering. Bogofilter's primary algorithm uses the f(w) parameter and the Fisher inverse chi-square technique that he describes. Bogofilter may be run by a MDA or mail client to classify messages as they are delivered to recipient mailboxes, or be used by a MTA to classify messages as they are received from the sending SMTP server. Bogofilter examines tokens in the message body and header, and refers to wordlists stored by BerkeleyDB, SQLite or to calculate a probability score that a new message is spam. Bogofilter provides processing for plain text and HTML and supports reading multi-part MIME message including base64, quoted-printable, and uuencoded text or HTML. Bogofilter ignores non-text attachments, such as images. It is possible to tune Bogofilter's statistical algorithms by modifying various coefficients and other settings in its configuration file, or by using the automated bogotune utility included with the software, which attempts to optimise various coefficients to maximise filtering efficiency for a particular corpus of spam and non-spam. Standard tests at TREC 2005 show that Bogofilter compares well to its competitors spambayes, CRM114 and . Other competitors include, but are not limited to and . Bogofilter is written in C, and runs on Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Mac OS X, HP-UX, AIX and other platforms. It is released under the GNU GPL. (en)
  • Bogofilter est un logiciel libre sous licence GPL de classification de courrier électronique en spam s'il est indésirable ou ham dans le cas contraire, basé sur une analyse statistique de l'en-tête et du contenu du message. Le programme est capable d'apprendre à partir des classifications opérées par l'utilisateur. Il a été originellement écrit par Eric S. Raymond, et est actuellement maintenu par , et . Ce logiciel utilise la technique statistique de filtrage bayésien pour effectuer sa classification. Sa première utilisation en matière de spam a été décrite dans l'article de Paul Graham A Plan For Spam. , dans son weblog Rants, a proposé des améliorations pour rendre la discrimination entre Spam et ham plus pertinente. Le principal algorithme de Bogofilter se base sur le paramètre f(w) et la technique décrite par Fisher du Khi-2. Bogofilter est appelé par un script du MDA, après la partie de vérification de validité de l’émetteur dans la chaine des filtres anti-spam, afin de classer un message entrant en spam ou ham en se basant sur des dictionnaires stockés dans une base Berkeley DB, SQLite3 ou encore ). Bogofilter est aussi à l'aise sur du texte brut que sur du HTML. Il supporte également les messages au format MIME. En revanche, il ignore les pièces jointes telles que les images. Bogofilter est écrit en C, et peut fonctionner sous Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Mac OS X, HP-UX, AIX et d'autres systèmes. (fr)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 233313 (xsd:integer)
dbo:wikiPageLength
  • 4250 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1115905899 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Bogofilter je software na filtrování elektronické pošty od spamu, založený na rozdíl od náročnějších systémů pouze na statistické metodě. Je určený pro operační systémy Linux a BSD. Funkčnost programu předpokládá naplnění databáze slov v interním slovníku elektronickou poštou, zvlášť poštou označenou jako spam, zvlášť poštou označenou jako nespam. (cs)
  • Bogofilter is a mail filter that classifies e-mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections. It was originally written by Eric S. Raymond after he read Paul Graham's article "A Plan for Spam" and is now maintained together with a group of contributors by , Matthias Andree and . The statistical technique used is known as Bayesian filtering. Bogofilter's primary algorithm uses the f(w) parameter and the Fisher inverse chi-square technique that he describes. (en)
  • Bogofilter ist ein Filterprogramm, das zur Aussortierung unerwünschter E-Mails verwendet werden kann. Bogofilter wurde zuerst von Eric S. Raymond entwickelt, wird aber seit 2002 von einer größeren Entwicklergruppe weiterentwickelt und ist freie Software. Das Programm ist in der Programmiersprache C geschrieben und läuft sehr schnell. Es stützt sich bei der Analyse von Mails, anders als etwa SpamAssassin, nur auf statistische Algorithmen (Bayes-Filter), unter anderem jene aus dem Artikel A plan for spam von Paul Graham. (de)
  • Bogofilter est un logiciel libre sous licence GPL de classification de courrier électronique en spam s'il est indésirable ou ham dans le cas contraire, basé sur une analyse statistique de l'en-tête et du contenu du message. Le programme est capable d'apprendre à partir des classifications opérées par l'utilisateur. Il a été originellement écrit par Eric S. Raymond, et est actuellement maintenu par , et . Bogofilter est écrit en C, et peut fonctionner sous Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Mac OS X, HP-UX, AIX et d'autres systèmes. (fr)
rdfs:label
  • Bogofilter (cs)
  • Bogofilter (de)
  • Bogofilter (en)
  • Bogofilter (fr)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License