On Wed, 21 Apr 2010 14:40:07 -0500
Franklin Bynum <[email protected]> wrote:

> can someone help me?  my spam filtering isn't working like usual.
> 
> the most recent change i made, and when the trouble began, was when i
> ran this on my home directory:
> 
> fsr sa . system:anyuser none
> 
> i went back and set system:anyuser to be able to "rl" my .public
> directory

You need at least 'l' on all directories in the complete path.

That means you can't remove all permissions from your base
home directory, it must have at least 'l'.

This means everyone can cd into your homedirectory and see
the file names you have immediately under it. This is a known
behavior in our setup.

-doc

> 
> my .forward file begins like this:
> 
> if $h_X-Spam-Level: contains "\*\*\*\*\*\*\*\*"
>         then save /dev/null
> 
> elif $h_X-Spam-Status: contains "BAYES_99"
>         then save $home/Maildir/.Junk.99_Bounces/
> 
> elif $h_X-Spam-Level: begins "\*\*\*\*"
>         then save $home/Maildir/.Junk.Spam/
> 
> the permissions of my Maildir are this:
> 
> fr...@mire:~$ fs la Maildir/                                 
> Access list for Maildir/ is
> Normal rights:
>   system:administrators rlidwka
>   frank rlidwka
>   frank.mailfilter rlidwka
>   frank.daemon rlidwka
> 
> so how on earth does a message with headers like this-- and many like
> it-- get to my inbox?
> 
> Envelope-to: fr...@localhost
> Delivery-date: Wed, 21 Apr 2010 15:19:25 -0400
> Received: from Debian-exim by deleuze.hcoop.net with spam-scanned
> (Exim 4.63) (envelope-from <[email protected]>)
>       id 1O4fSE-0007N3-DF
>       for fr...@localhost; Wed, 21 Apr 2010 15:19:24 -0400
> X-Spam-Flag: YES
> X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on
> hopper.hcoop.net X-Spam-Level: ******************
> X-Spam-Status: Yes, score=19.0 required=5.0
> tests=BAYES_99,HTML_MESSAGE,
> MIME_HTML_ONLY,MISSING_DATE,MISSING_MID,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_XBL,
> SPF_FAIL,SPF_HELO_FAIL,URIBL_AB_SURBL,URIBL_BLACK,URIBL_JP_SURBL,URIBL_SBL,
> URIBL_WS_SURBL autolearn=spam version=3.2.5
> 
> thank you for your help.
> 
> 
> _______________________________________________
> HCoop-Help mailing list
> [email protected]
> https://lists.hcoop.net/listinfo/hcoop-help

_______________________________________________
HCoop-Help mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-help

Reply via email to