Gnus development mailing list
 help / color / mirror / Atom feed
* bogofilter config
@ 2003-10-30 13:58 Jake Colman
  2003-10-30 15:23 ` Ted Zlatanov
  0 siblings, 1 reply; 21+ messages in thread
From: Jake Colman @ 2003-10-30 13:58 UTC (permalink / raw)



I am using bogofilter with spam.el.  I simply built it, installed it (not on
my path), told spam.el where to find it and, of course, configured spam.el to
use it.  Is that all that's required?  Do I need to configure bogofilter
itself in anyway?  I see that bogofilter created
$HOME/.bogofilter/wordlist.db.  Is that the only file bogofilter need to do
its work?  Somehow it seems to easy.  Did I miss anything?

-- 
Jake Colman                     

Principia Partners LLC                    Phone: (201) 209-2467
Harborside Financial Center                 Fax: (201) 946-0320
902 Plaza Two                          E-mail: colman@ppllc.com
Jersey City, NJ 07311                 www.principiapartners.com



^ permalink raw reply	[flat|nested] 21+ messages in thread
* smtpmail and starttls
@ 2005-04-28 14:37 Andrew Raines
  2005-04-29  8:35 ` Simon Josefsson
  0 siblings, 1 reply; 21+ messages in thread
From: Andrew Raines @ 2005-04-28 14:37 UTC (permalink / raw)


I'm using Gnus 5.11 on Emacs 21.3.50/win32 (2005-01-30), with
the OEM smtpmail.elc.  When submitting a message to an SMTP
server advertising STARTTLS, smtpmail never issues the verb
in response.  I've poked around in smtpmail-via-smtp, and if
I comment out one line (below), smtpmail issues the verb, but
then Emacs hangs while trying to call starttls.exe.

  (if (and do-starttls
           (smtpmail-find-credentials smtpmail-starttls-credentials host port)
           (member 'starttls supported-extensions)
 --->    ;;   (numberp (process-id process)))

My starttls.exe binary is in c:\WINDOWS, which is in
exec-path, which should be findable by Emacs:

   (executable-find "starttls") <--- C-j
   "c:/WINDOWS/starttls.exe"

Does anybody use smtpmail and STARTTLS on windows-nt
successfully?

My relevant .gnus.el portion:

   (setq smtpmail-smtp-service 587
         send-mail-function 'smtpmail-send-it
         message-send-mail-function 'smtpmail-send-it
         smtpmail-debug-info t
         smtpmail-smtp-server "smtp.raines.ws"
         smtpmail-starttls-credentials '(("smtp.raines.ws" 587 nil nil)))

Thanks for any help.

-- 
    aaraines@pobox.com (Andrew A. Raines)




^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2005-04-29 15:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-30 13:58 bogofilter config Jake Colman
2003-10-30 15:23 ` Ted Zlatanov
2003-10-30 15:35   ` Jake Colman
2003-10-30 15:40     ` Jake Colman
2003-10-30 15:54       ` Ted Zlatanov
2003-10-30 16:56         ` Jake Colman
2003-10-31 16:30           ` Ted Zlatanov
2003-10-31 17:32             ` Jake Colman
2003-10-31 18:51               ` Ted Zlatanov
2003-10-31 19:51                 ` Jake Colman
2003-11-01  3:08                   ` Ted Zlatanov
2003-11-03 14:46                     ` Jake Colman
2003-11-07  6:39                     ` smtpmail and starttls John Owens
2003-11-07 16:50                       ` Simon Josefsson
2003-11-07 17:33                         ` John Owens
2003-11-08  1:38                           ` Simon Josefsson
2003-11-14  2:18                             ` John Owens
2003-11-07 20:12                         ` John Owens
2005-04-28 14:37 Andrew Raines
2005-04-29  8:35 ` Simon Josefsson
2005-04-29 15:12   ` Andrew Raines

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).