no check for a user

Greg Borders gborders at jlewiscooper.com
Tue Aug 15 17:55:41 IST 2006


I just did something very similar to this for one of my users.  You can 
use a couple of rules to deliver the messages for the specific user.  
Here's mine.

in the MailScaner/rules directory, create a file
  highscoring.spam.actions.rules
In that, add rules for users
      To: picky at example.com deliver store header "X-Spam-Status: Yes"
      To: finiky@* deliver store header "X-Spam-Status: Yes"
      FromOrTo: default delete store

then make another rule file:
  non.spam.actions.rules
In that, add rules for users
     To: picky at example.com deliver store header "X-Spam-Status: No"
     To: finiky@* deliver store header "X-Spam-Status: No"
     FromOrTo: default deliver store

Then in the MailScanner.conf file, update the settings for spam to point 
to the new rules.

High Scoring Spam Actions = %rules-dir%/highscoring.spam.actions.rules
and
Non Spam Actions = %rules-dir%/non.spam.actions.rules

Restart MailScanner, and now your picky and finiky users will get all 
their mail delivered and only virus laden mails are slain.
With the extra header spam status, Thunderbird clients can filter them 
to the users junk folder automatically, and then leave the house keeping 
to them.
This method will allow you to still scan messages, and deliver them 
selectively.  You can also tweak the other options as you see fit.

Good luck!

Greg. Borders
Sys. Admin.
JLC Co.
Javier Martinez wrote:
> Hi everybody,
>
> I have a problematic user, I have working mailscanner and spamassassin, but my user is complaining all time about his email. Is any posibility to use
> mailscanner for all my users and don't check email for this user??
>
> Thanks a lot.
>
> Javier
>   

--
This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law. If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
in error, please immediately contact the sender and destroy the material in
its entirety, whether in electronic or hard copy format. Thank you.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the MailScanner mailing list