Koozali.org: home of the SME Server

Ignore list for Spam Assassin

icemannz

Ignore list for Spam Assassin
« on: August 06, 2007, 04:34:09 AM »
Hi all,
I have read through a lot of posts to try to solve this issue but I have not found the answer.
I have a network connected to my SME Server through a router.
I have enabled the addresses to relay through my SME 7.2 server and they can now send and receive email ok.
This issue is when they send email, it is scanned by the Spam filter. This means that sometimes it takes almost 30 seconds to get through the Spam filter.
I would like to be able to set a range of ip addresses where the Spam filter will not scan any emails coming from these addresses.
Does anyone know how to set a list of addresses for the Spam filter to ignore  ?

Offline shell

  • ****
  • 117
  • +0/-0
Ignore list for Spam Assassin
« Reply #1 on: August 06, 2007, 06:16:47 AM »
The answer to your request - as a server-manager panel even...

Only found it the other day, and it works great.  thanks to darrel, excellent work.

http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/testing/smeserver-wbl/smeserver-wbl-0.0.1-a8.dmay.noarch.rpm

life is good. :lol:

icemannz

Ignore list for Spam Assassin
« Reply #2 on: August 07, 2007, 07:47:18 AM »
Hi and thanks for the reply.
I did install this file and it does work well.
I have now found I may not need it as when you list the local networks it doesn't spam control them,
So do you know how to remove this addon.
I have tried rpm -e smeserver-wbl-0.0.1-a8.dmay.noarch.rpm
But it says it is not installed.
I can see it in the web page so I know it is installed.

Offline p-jones

  • *
  • 594
  • +0/-0
Ignore list for Spam Assassin
« Reply #3 on: August 07, 2007, 08:20:31 AM »
Did you install it with yum or with rpm ?
yum remove contribname.

This is an awesome addon. It probably wont do any harm to just leave it unused.
...

Offline raem

  • *
  • 3,972
  • +4/-0
Ignore list for Spam Assassin
« Reply #4 on: August 07, 2007, 10:31:10 AM »
Quote from: "icemannz"
I have tried rpm -e smeserver-wbl-0.0.1-a8.dmay.noarch.rpm


That would have worked if you used only

rpm -e smeserver-wbl


Quote
yum remove contribname


That's potentially dangerous & it's not recommended to use
yum remove xxx
as there is some unpredictability about what else may be removed that you don't want removed ie other dependencies
...

icemannz

Ignore list for Spam Assassin
« Reply #5 on: August 07, 2007, 10:41:19 PM »
Ok, thanks to you all.