This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Global Whitelist vs Spam Sender Whitelist

Hi
I'm wondering what I can do with Global Whitelist that I can't do with Spam Sender Whitelist using *@domain.com. Specifically in relation to my earlier post: https://community.sophos.com/products/unified-threat-management/astaroorg/f/51/t/16944  


This thread was automatically locked due to age.
Parents
  • The Spam sender whitelist only skips spam scanning.

    The Global Whitelist skips:
    - Sender Verification
    - RBLs
    - Header syntax checks
    - MIME checking
    - Extension filter
    - Regex Filter
    - Spam scanning

    So you should put host or domains there that you explicitly trust not to send you crap. Please note that the trusted domain list could be abused, since sender addresses can be easily faked.

    /tom
      
  • Tom/Astaro:

    Is there any way to NOT scan emails destined for particular addresses ? i.e. all emails destined for joe@abc.com bypass SpamAssassin.

    thx,

    mc
      
  • isn't there an extra SPAM whitelist?

    Greetings
    cyclops  
  • That, I guess, is my question.

    Am I missing something ?

    thx,

    mc
      
  • in 4.010 on the bottom in the spam section of the SMTP proxy settings you'll find a box called 'Spam Sender Whitelist:' 

    Yes you're missing something [;)]

    Greetings
    cyclops  
  • OK - and just how do I enter him so that local user 'joe' can receive (inbound) email from anyone and his email won't be modified by SpamAssassin ?

    Thx,

    mc
         
  • You're not missing anything. I have the same issue. If you want certain local users to bypass the filter here is what you have to do:

    mkdir -p /var/chroot-mail/smtp/etc/mail/spamassassin
    vi /var/chroot-mail/smtp/etc/mail/spamassassin/local.cf

    add the line
    all_spam_to 

    save the file, disable and enable spam detection.

    You can add as many email addresses as you need to this line with each separated by a space. Each time you add an address you have to restart the spam detection for the change to take place. 

    Make sure you back up this file each time you change it because Up2Dates can nuke this file and/or change the location spamassassin looks for it.

    Regards,

    -Eldon  
Reply
  • You're not missing anything. I have the same issue. If you want certain local users to bypass the filter here is what you have to do:

    mkdir -p /var/chroot-mail/smtp/etc/mail/spamassassin
    vi /var/chroot-mail/smtp/etc/mail/spamassassin/local.cf

    add the line
    all_spam_to 

    save the file, disable and enable spam detection.

    You can add as many email addresses as you need to this line with each separated by a space. Each time you add an address you have to restart the spam detection for the change to take place. 

    Make sure you back up this file each time you change it because Up2Dates can nuke this file and/or change the location spamassassin looks for it.

    Regards,

    -Eldon  
Children