Re: (Non-) Capturing REs

2011-10-25 Thread Adam Katz
On Mon, 2011-10-24 at 13:58 -0700, Adam Katz wrote: >> Using special variables like those you mentioned are particularly >> bad, [...] That's not to say that the extra memory consumption >> from an unnecessary grouping doesn't impact performance. On 10/24/2011 02:45 PM, Karsten Bräckelmann wrote:

Re: 5000 x whitelist_from or whitelist_auth entries - performance hit?

2011-10-25 Thread John Hardin
On Tue, 25 Oct 2011, RW wrote: On Tue, 25 Oct 2011 06:28:41 -0700 (PDT) John Hardin wrote: Seconded. MTAs typically have efficient facilities for white- or black-listing specific email addresses. Use the capabilities of your MTA and glue layer to completely bypass SA for those addresses since

Re: 5000 x whitelist_from or whitelist_auth entries - performance hit?

2011-10-25 Thread RW
On Tue, 25 Oct 2011 06:28:41 -0700 (PDT) John Hardin wrote: > Seconded. MTAs typically have efficient facilities for white- or > black-listing specific email addresses. Use the capabilities of your > MTA and glue layer to completely bypass SA for those addresses since > you _know_ you want to r

Re: 5000 x whitelist_from or whitelist_auth entries - performance hit?

2011-10-25 Thread Benny Pedersen
On Tue, 25 Oct 2011 11:21:07 +0200, Robert Schetterer wrote: you should choose another way for whitelisting, i.e bypass spamassassin for trusted server ips etc anyway why not using i.e. whitelist_from *@somebody.co ? this open forges to numbers of equal senders recipient, never seen in my logs

Re: Where is plugin directory on a personal install?

2011-10-25 Thread Matus UHLAR - fantomas
On 25.10.11 09:27, Pat Traynor wrote: Upgrading the ancient spamassassin on my server is looking to be a scary proposition, so I did my own personal install. It's working fine, but a lot of spam is still coming through, and I'd like to so some tweaking. Where is the plugin directory if you do y

Re: 5000 x whitelist_from or whitelist_auth entries - performance hit?

2011-10-25 Thread John Hardin
On Tue, 25 Oct 2011, Robert Schetterer wrote: Am 25.10.2011 09:51, schrieb SuperDuper: I am planning on exporting a list of our client's email addresses into a file with 5000 separate lines as such: whitelist_from cli...@somebody.co you should choose another way for whitelisting, i.e bypass

Where is plugin directory on a personal install?

2011-10-25 Thread Pat Traynor
Upgrading the ancient spamassassin on my server is looking to be a scary proposition, so I did my own personal install. It's working fine, but a lot of spam is still coming through, and I'd like to so some tweaking. Where is the plugin directory if you do your own personal install? I can't find

Re: 5000 x whitelist_from or whitelist_auth entries - performance hit?

2011-10-25 Thread Martin Gregorie
On Tue, 2011-10-25 at 00:51 -0700, SuperDuper wrote: > I am planning on exporting a list of our client's email addresses into a file > with 5000 separate lines as such: > whitelist_from cli...@somebody.co > I do essentially the same thing with an SA plugin and rule plus a database. Background: I

Re: 5000 x whitelist_from or whitelist_auth entries - performance hit?

2011-10-25 Thread Robert Schetterer
Am 25.10.2011 09:51, schrieb SuperDuper: > > I am planning on exporting a list of our client's email addresses into a file > with 5000 separate lines as such: > whitelist_from cli...@somebody.co > > > I'm running an Apple XServe with Intel Xeon Quadcores and 6Gb RAM - > processor fairly underuti

5000 x whitelist_from or whitelist_auth entries - performance hit?

2011-10-25 Thread SuperDuper
I am planning on exporting a list of our client's email addresses into a file with 5000 separate lines as such: whitelist_from cli...@somebody.co I'm running an Apple XServe with Intel Xeon Quadcores and 6Gb RAM - processor fairly underutilised at the moment. Is 5000 whitelist entries expected