[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: [rhn-users] How do I use SpamAssassin in RH8, Evolution 1.0.8?



I created an /etc/procmailrc the first rule blocks questionable attachments
and the line starting with :0fw to the end is the spam assassin rules.


# Set to yes when debugging
VERBOSE=no

# Remove ## when debugging; set to no if you want minimal logging
#LOGABSTRACT=all

# For privacy, have procmail create mailboxes with 600 (-rw-------)
permission
UMASK=077

LOGFILE=/var/log/procmail.log

:0 HB
* ^Content.*;(
|$).*(file)?name=.+\.(hta|vbs|exe|scr|pif|lnk|bat|com|shs|eml|msg).*$
/var/spool/mail/IN-virus

:0fw
      | /usr/bin/spamassassin

:0e
      {
         EXITCODE=$?
      }

:0:
      * ^Subject:.*\*\*\*\*SPAM\*\*\*\*
      /var/spool/mail/SPAM

:0:
      * ^X-Spam-Status: Yes
      /var/spool/mail/SPAM

Ed

-----Original Message-----
From: rhn-users-admin redhat com [mailto:rhn-users-admin redhat com]On
Behalf Of Tom
Sent: Thursday, July 10, 2003 7:55 AM
To: Redhat List
Subject: [rhn-users] How do I use SpamAssassin in RH8, Evolution 1.0.8?

My setup: RH8 desktop, Evolution 1.0.8.  We have no Linux servers at
all, our mail server does no content scrubbing/filtering at all.

I'd like to use SpamAssassin in my desktop environment, but have no clue
where to begin.  Using red-carpet, I can see that I have spamassassin
2.31-16, procmail 3.22-7, sendmail 8.12.8-5.80, fetchmail 5.9.0-21.8.0
and evolution 1.0.8-11 - but now what?

I currently use Evolution to process my email, and have created filters
to "folder-ize" everything. But I want to go a step further.

How do I 'tie' all of this together so that incoming email is scrubbed
and potential spam is flagged so that I handle it?  Note that I can make
no changes to our servers, and can't upgrade evolution.



_______________________________________________
rhn-users mailing list
rhn-users redhat com
https://www.redhat.com/mailman/listinfo/rhn-users




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]