Hi Charlie,

    > Have you tried setting the score for A_FROM_IN_AUTO_WLIST to 0,
    > so it isn't tested?

No, not tried yet, but will do so!

    > Are you trying to actually do delivery with spamassassin? I'm
    > curious what other mail software you are running on that system.

My configuration: Gnus + GNU Emacs (both latest CVS). In Gnus it is
possible to specify commands which run after getting the mail from
pop. Gnus saves the mail in the location which is specified in
`mail-source-crash-box'.

(setq mail-sources
      '((pop :server     "mail.cli.de"
             :user       "cc"
             :postscript "spamassassin-wrapper %t"
             :password   "FOOBAR"
             :port       "pop3")))

%t is expanded by Gnus to the value of `mail-source-crash-box'.

with

,----[ spamassassin-wrapper ]
| move %1 %1.save
| spamassassin -P -L < %1 > %1.SA
| move %1.SA %1
`----


Best regards,
Christoph Conrad
-- 
TTi Entwicklungszentrum GmbH,  Elisabethstr. 16, D-52062 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.ttisystems.com
-
There are 3 kinds of people, those who can count and those who can't.


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to