Could you please tell me what this means:
> AWL                (4.0 points)  AWL: Auto-whitelist adjustment

Do you getting points for being on the auto whitelist?


- oliver


Complete (spam tagged) message from Martin Maechler:
> ------------- Start der SpamAssassin Auswertung ---------------
> 
> Diese Mail ist wahrscheinlich Spam. Die Orginal-Nachricht wurde
> geaendert, so das Sie aehnliche Mails in der Zukunft besser
> erkennen und blockieren koennen.
> Weitere Details finden Sie unter der URL http://spamassassin.org/tag/.
> 
> Details der Inhaltsanalyse: (3.10 Punkte, 3 benoetigt)
> USER_AGENT_VM      (0.0 points)  X-Mailer header indicates a non-spam MUA (VM)
> KNOWN_MAILING_LIST (-0.9 points) Email came from some known mailing list software
> AWL                (4.0 points)  AWL: Auto-whitelist adjustment
> 
> ---------------- Ende der SpamAssassin Auswertung -----------------
> 
> 
> 
> ______________________________________________________________________
> 
> From: Martin Maechler <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [SAtalk] Bayes learning "sudden death" ..
> Date: 18 Jun 2003 12:13:42 +0200
> 
> Received: from merkur.hrz.uni-giessen.de ([134.176.2.12])
>       by mailserv.fh-giessen.de with esmtp (Exim 4.20)
>       id 19Saee-0002FT-CS
>       for [EMAIL PROTECTED]; Wed, 18 Jun 2003 12:59:04 +0200
> Received: from [66.35.250.206] by merkur.hrz.uni-giessen.de with ESMTP for [EMAIL 
> PROTECTED]; Wed, 18 Jun 2003 12:58:54 +0200
> Received: from sc8-sf-list1-b.sourceforge.net ([10.3.1.13] 
> helo=sc8-sf-list1.sourceforge.net)
>       by sc8-sf-list2.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian))
>       id 19SZz1-0000gk-00; Wed, 18 Jun 2003 03:16:03 -0700
> Received: from hypatia.ethz.ch
>       ([129.132.58.23] helo=stat.math.ethz.ch ident=root)
>       by sc8-sf-list1.sourceforge.net with esmtp 
>       (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian))
>       id 19SZxh-00061e-00
>       for <[EMAIL PROTECTED]>; Wed, 18 Jun 2003 03:14:42 -0700
> Received: from lynne.ethz.ch (lynne [129.132.58.30])
>       by stat.math.ethz.ch (8.12.9/8.12.6) with ESMTP id h5IAED4T020083;
>       Wed, 18 Jun 2003 12:14:13 +0200 (MEST)
> Received: (from [EMAIL PROTECTED])
>       by lynne.ethz.ch (8.11.6/8.11.2) id h5IADq606941;
>       Wed, 18 Jun 2003 12:13:52 +0200
> From: Martin Maechler <[EMAIL PROTECTED]>
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> Message-Id: <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> X-Mailer: VM 7.15 under Emacs 21.3.1
> Reply-To: Martin Maechler <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> X-Virus-Scanned: by amavisd-milter (http://amavis.org/)
> Subject: [SAtalk] Bayes learning "sudden death" ..
> Sender: [EMAIL PROTECTED]
> Errors-To: [EMAIL PROTECTED]
> X-BeenThere: [EMAIL PROTECTED]
> X-Mailman-Version: 2.0.9-sf.net
> Precedence: bulk
> List-Help: <mailto:[EMAIL PROTECTED]>
> List-Post: <mailto:[EMAIL PROTECTED]>
> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/spamassassin-talk>,
>       <mailto:[EMAIL PROTECTED]>
> List-Id: Talk about SpamAssassin <spamassassin-talk.lists.sourceforge.net>
> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/spamassassin-talk>,
>       <mailto:[EMAIL PROTECTED]>
> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=spamassassin-talk>
> X-Original-Date: Wed, 18 Jun 2003 12:13:42 +0200
> Date: Wed, 18 Jun 2003 12:13:42 +0200
> 
> First, a big "thank you" to the developers!
> 
> Using the bayes learner, starting it with several 100 spams
> and about 1000 hams, and then mainly feeding it spam that
> wasn't caught in the past had a tremendously positive effect here.
> At the momemnt, spamassassin is almost perfect for us.
> 
> We have one problem though: 
> In some cases of "restart", the Bayes part just never starts
> working.  I see that no BAYES_.. entries are in the X-Spam-Status
> and that the scores or 2nd, not 4th (of the 4 numeric scores for
> most rules).  Has anyone an idea how this could happen?
> 
> Here's our setup:
> We use "spamd" from procmail and procmail as "milter-like" from
> sendmail (on Solaris).  
> 
> To start sendmail when booting, or (restarting after
> configuration change), we have the following in /etc/init.d/sendmail
> 
>         # Start daemons.
>         /usr/bin/newaliases > /dev/null 2>&1
>     <...>
> 
>         # Start spamassassin
>         if [ -f /etc/init.d/spamd ]; then
>                 /etc/init.d/spamd start
>         fi
> 
>         # Start amavisd
>         if [ -f /etc/init.d/amavis ]; then
>                 /etc/init.d/amavis start
>         fi
> 
>         # Start sendmail
>     <....> 
> 
>       # Restart syslog-ng
>       /etc/init.d/syslog-ng stop
>       /etc/init.d/syslog-ng start
>         ;;
> 
> Now, if I *again* do an   /etc/init.d/spamd restart
> the bayes part of spamd will kick in.. 
> So I know how to remedy the problem, but I still wonder how the
> problems can happen.
> 
> You may ask/answer me off list too (I'm on the digest only anyway).
> Thank you in advance,
> 
> Martin Maechler <[EMAIL PROTECTED]>   http://stat.ethz.ch/~maechler/
> Seminar fuer Statistik, ETH-Zentrum  LEO C16  Leonhardstr. 27
> ETH (Federal Inst. Technology)        8092 Zurich     SWITZERLAND
> phone: x-41-1-632-3408                fax: ...-1228                   <><
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: INetU
> Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> _______________________________________________
> Spamassassin-talk mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/spamassassin-talk
-- 
Oliver Egginger <[EMAIL PROTECTED]>
Fachhochschule Giessen-Friedberg



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to