I've updated the HOWTO on http://www.openhandhome.com/howtosa.html
Besides a few more terminology fixes, etc, there's a new part added
on how to get SpamProxyd running on Win32 as well! Yay! I haven't
tested it much, but it looks like it works.
It does look like SpamProxyd has a BUG, though I'm
At 12:47 PM 4/22/2002 -0700, Michael Bell wrote:
>Well, the usefulness is for people to judge. I had my own venial
>reasons; I want to integrate it with MY product. However, I point out
>that one POP3 proxy has been posted previously on this list by a
>fellow Win32 fellow
>
> > Unless I'm miss
Well, the usefulness is for people to judge. I had my own venial
reasons; I want to integrate it with MY product. However, I point out
that one POP3 proxy has been posted previously on this list by a
fellow Win32 fellow
> Unless I'm missing something, it appears it _works_ but I'm
> doubtful
On Mon, Apr 22, 2002 at 01:18:51AM -0700, Michael Bell wrote:
> I've posted the HOWTO (a few more changes, but more or less the same
> as the last post) on
>
> http://www.openhandhome.com/howtosa.html
>
Unless I'm missing something, it appears it _works_ but I'm doubtful as to
if it's _useful_.
I've posted the HOWTO (a few more changes, but more or less the same
as the last post) on
http://www.openhandhome.com/howtosa.html
__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/
___
This is draft 4 of the HOWTO-WIN32-SpamAssassin
The main changes
- lotsa syntax corrections
- AutoWhiteList FIXED!
- EventLog options for Spamd included
The remaining issues (but not so big as before)
- Whether the maintainers of SpamAssasin want to integrate this (with
appropriate checks for
I believe this code, merged into SPAMD, will do the event logging.
Haven't had a chance to test, because I'm Win9x impaired today
# insert at beginning of spamd
use Win32::EventLog;
# Remember to
# a) remove current lines referring to Use SYS:SYSlog, GetLogSock
# b) change my $uid = getpwnam('no
There's a little more work to be done before it's completely ready.
I now have SPAMD working as well (non-daemonized). Note you must
remove the SYSLOG references (syslog doesn't work on win32 AFAIK),
and change the logmsg to Print "\r\n", Print "$info" (lame screen
workaround). Of course if someo