My hosting company has "Forced Global ON" enabled, but I want all emails delivered to my Inbox on all my email accounts. If I delete '.spamassassinenable' on my account, will that work (and is it safe)? It looks like mine was written at exactly 3:00pm which implies that it was created by a cron job, so I suspect that if I delete it, then it will reappear.
Can I set a threshold that effectively renders it impotent? I tried 50, but it still seems to divert emails that fail the global threshold of 5.
Can I set a whitelist string that passes everything? Would the whitelist string be
or
or something else?
Any other ideas?
Thank you.
Can I set a threshold that effectively renders it impotent? I tried 50, but it still seems to divert emails that fail the global threshold of 5.
Can I set a whitelist string that passes everything? Would the whitelist string be
Code:
*
Code:
*@*.*
Any other ideas?
Thank you.