On Tuesday 25 December 2007 21:50:32 Gordon Dickens wrote:
> I just added razor to my spamassassin/exim installation and it looks
> like its working well.  My wife has been a Cloudmark user for several
> years and so I am aware of its success.
>
> I have a number of Windows users that do not use Cloudmark but that may
> want to report their spam which makes it through my spamassassin/razor
> installation.  So, I thought that I would set up an email account on my
> server, such as [EMAIL PROTECTED], for collecting this spam from these
> other windows users.  My question is this: If I have these other users
> send their spam using "Forward as Attachment" then, will the spam be
> reported correctly if I use razor-report to report these spam with the
> command:
>
> razor-report  ~/path_to_new_mail_directory/*
>
> In other words, will razor-report properly strip the sending envelope
> and get the spam that was attached with "Forward as Attachment" and is
> it ok to use the wild card * for picking up all of the spam from a
> mail-dir mail server?

I have a user set up so that I can forward spam to that account (I use inline 
forward) and that account has a Procmail rule that sends all received mail to 
razor:

## ~/.procmailrc ##

PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
DEFAULT=$HOME/Maildir/
MAILDIR=$HOME/Maildir
LOGFILE=$HOME/logs/procmail
COMSAT=no
VERBOSE=yes
RAZORREPORT=/usr/local/bin/razor-report

:0c
| $RAZORREPORT

## end .procmailrc ##

I am running Postfix.  I don't know if this approach is something that would 
work for you.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Razor-users mailing list
Razor-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to