public inbox for gentoo-server@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-server] spamassassin
       [not found]     ` <1110775838.13077.19.camel@localhost.localdomain>
@ 2005-03-16  5:36       ` Lance Lassetter
  0 siblings, 0 replies; 10+ messages in thread
From: Lance Lassetter @ 2005-03-16  5:36 UTC (permalink / raw
  To: gentoo-server

This might be helpful to this thread:

http://www.apache.org/~parker/presentations/

Thanks,

Lance(stuNNed)

On Sun, 2005-03-13 at 22:50 -0600, Lance Lassetter wrote:
> in /etc/conf.d/spamd i have:
> 
> SPAMD_OPTS="-u spamfilter -r /etc/mail/spamassassin/spamd.pid"
> 
> where user spamfilter is mail filtering user set up in postfix.
> 
> lance(stuNNed)
> 
> On Sun, 2005-03-13 at 13:44 -0800, Ben Munat wrote:
> > Hmm, so are people using the -u option or letting spamd setuid (to "nobody" it appears...)?
> > 
> > Renzo Rosales wrote:
> > > Read the man page for spamd and see what parameter you can use to set
> > > which user spamd to run as. It may be a command-line entry so you
> > > might want to edit /etc/conf.d/spamd and see what options are being
> > > passed.
> > > 

--
gentoo-server@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-server] spamassassin
       [not found]     ` <42342D94.1090908@gmx.ch>
@ 2005-03-27  4:35       ` D. Wokan
  2005-03-27  5:59         ` Lance Lassetter
  2005-03-27  7:32         ` Ben Munat
  0 siblings, 2 replies; 10+ messages in thread
From: D. Wokan @ 2005-03-27  4:35 UTC (permalink / raw
  To: gentoo-server

Christoph Gysin wrote:

> Lance Lassetter wrote:
>
>> i'm interested if sa-learn can be done site-wide.  bayes does seem to
>> help a bit but on a system with 500 users it doesn't seem trivial.
>
>
> I have e special IMAP folder, where users can put in false-negatives 
> (spam that made it in your inbox). A cronjob scans that folder and 
> trains the sitewide bayes stored in a mysql-DB.
>
> Christoph

I do the same thing.  Granted I'm supporting a whopping 3 users, but I 
use a cron job to go through /home/*/.mail/SA-MissedSpam and 
/home/*/.mail/SA-FalsePositives nightly.  It even clears out the missed 
spam folder automatically so space doesn't get wasted on what wasn't 
wanted to begin with.

D. Wokan
--
gentoo-server@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-server] spamassassin
  2005-03-27  4:35       ` D. Wokan
@ 2005-03-27  5:59         ` Lance Lassetter
  2005-03-27  7:32         ` Ben Munat
  1 sibling, 0 replies; 10+ messages in thread
From: Lance Lassetter @ 2005-03-27  5:59 UTC (permalink / raw
  To: gentoo-server

yes, the @GLOBAL feature in SA's support in MySQL is quite nice.

I've just completed setting up AWL, bayes, and threshold support in MySQL
for SA.  The only thing is I'm using amavisd-new as well so the threshold
(set here to 5.5) is read from amavisd.conf and not from SQL.  However the
rest is, which is great!

If using amavisd-new and to check for this, run 'amavasd debug-sa' and
pipe a mail thought it, you will it connects to the db.

Lance(stuNNed)

> Christoph Gysin wrote:
>
>> Lance Lassetter wrote:
>>
>>> i'm interested if sa-learn can be done site-wide.  bayes does seem to
>>> help a bit but on a system with 500 users it doesn't seem trivial.
>>
>>
>> I have e special IMAP folder, where users can put in false-negatives
>> (spam that made it in your inbox). A cronjob scans that folder and
>> trains the sitewide bayes stored in a mysql-DB.
>>
>> Christoph
>
> I do the same thing.  Granted I'm supporting a whopping 3 users, but I
> use a cron job to go through /home/*/.mail/SA-MissedSpam and
> /home/*/.mail/SA-FalsePositives nightly.  It even clears out the missed
> spam folder automatically so space doesn't get wasted on what wasn't
> wanted to begin with.
>
> D. Wokan
> --
> gentoo-server@gentoo.org mailing list
>



--
gentoo-server@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-server] spamassassin
  2005-03-27  4:35       ` D. Wokan
  2005-03-27  5:59         ` Lance Lassetter
@ 2005-03-27  7:32         ` Ben Munat
  2005-03-27  9:32           ` peter.gantner
  1 sibling, 1 reply; 10+ messages in thread
From: Ben Munat @ 2005-03-27  7:32 UTC (permalink / raw
  To: gentoo-server

I do this too... just wish spamassassin would hurry up and learn. My girlfriend gets the 
same spam over and over -- often several copies of the same one at a time -- everyday. 
Today I looked at the headers of a missed spam -- one of those "we've been trying to 
contact you about our great mortg(age (sic) opportunities" -- and it's score was 0.0!! 
Well, it does block some, so I guess that's something. It just seems like nothing will 
ever fix the spam problem.

b


D. Wokan wrote:
> I do the same thing.  Granted I'm supporting a whopping 3 users, but I 
> use a cron job to go through /home/*/.mail/SA-MissedSpam and 
> /home/*/.mail/SA-FalsePositives nightly.  It even clears out the missed 
> spam folder automatically so space doesn't get wasted on what wasn't 
> wanted to begin with.
> 
> D. Wokan
--
gentoo-server@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-server] spamassassin
  2005-03-27  7:32         ` Ben Munat
@ 2005-03-27  9:32           ` peter.gantner
  0 siblings, 0 replies; 10+ messages in thread
From: peter.gantner @ 2005-03-27  9:32 UTC (permalink / raw
  To: gentoo-server

Quoth Ben Munat, on Saturday, the 26th of March:

> I do this too... just wish spamassassin would hurry up and learn. My 
> girlfriend gets the same spam over and over -- often several copies of the 
> same one at a time -- everyday. Today I looked at the headers of a missed 
> spam -- one of those "we've been trying to contact you about our great 
> mortg(age (sic) opportunities" -- and it's score was 0.0!! Well, it does 
> block some, so I guess that's something. It just seems like nothing will ever 
> fix the spam problem.
You could try training it with some spam from http://www.spamarchive.org

Worked nicely for me!

Greets,
 	Peter

-- 
"I do not think the way you think I think."
     -- Kai, last of the Brunnen G
--
gentoo-server@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-server] Spamassassin
@ 2006-09-20 10:26 Suranga Kasthuriarachchi
  0 siblings, 0 replies; 10+ messages in thread
From: Suranga Kasthuriarachchi @ 2006-09-20 10:26 UTC (permalink / raw
  To: gentoo-server

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

Dear All,

I have installed the spamassassin, clamav and then qmailscanner.
qmailscanner working properly. but spamassassin is not working.
the content of the qmail-scanner-queue-version.txt showing only like bellow,

clamdscan: 0.88.4/1901. perlscan: 1.25st.

Please help me on this matter.

Suranga Kasthuriarachchi.

[-- Attachment #2: Type: text/html, Size: 351 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-server] SpamAssassin
@ 2009-04-06 23:50 Wendall Cada
  2009-04-07  0:50 ` David
  2009-04-07 12:07 ` Kerin Millar
  0 siblings, 2 replies; 10+ messages in thread
From: Wendall Cada @ 2009-04-06 23:50 UTC (permalink / raw
  To: gentoo-server

I run several production servers on Hardened Gentoo, and have a concern.

The perl team has been awesome. I really love that packages are fairly
fresh compared to what is in cpan. However, there is one very important
package that's been ignored for far too long: SpamAssassin

http://bugs.gentoo.org/show_bug.cgi?id=177144

Why has it been waiting for a mips keyword for almost two years? No
reply from mips. Pinging the bug has no effect, as seen with comments
#5-#8. Is the package abandoned? Is there some political issue with
Gentoo that keeps abandoned packages from being reassigned? I would love
to offer my help, but lately those offers have been flat rejected by
Gentoo devs. I guess my lips don't pucker well enough. I would like to
have this package dealt with. There are some important bug fixes in
newer releases.

Wendall



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-server] SpamAssassin
  2009-04-06 23:50 [gentoo-server] SpamAssassin Wendall Cada
@ 2009-04-07  0:50 ` David
  2009-04-07 12:07 ` Kerin Millar
  1 sibling, 0 replies; 10+ messages in thread
From: David @ 2009-04-07  0:50 UTC (permalink / raw
  To: gentoo-server

Wendall Cada wrote:
> I run several production servers on Hardened Gentoo, and have a concern.
>
> The perl team has been awesome. I really love that packages are fairly
> fresh compared to what is in cpan. However, there is one very important
> package that's been ignored for far too long: SpamAssassin
>
> http://bugs.gentoo.org/show_bug.cgi?id=177144
>
> Why has it been waiting for a mips keyword for almost two years? No
> reply from mips. Pinging the bug has no effect, as seen with comments
> #5-#8. Is the package abandoned? Is there some political issue with
> Gentoo that keeps abandoned packages from being reassigned? I would love
> to offer my help, but lately those offers have been flat rejected by
> Gentoo devs. I guess my lips don't pucker well enough. I would like to
> have this package dealt with. There are some important bug fixes in
> newer releases.
>
> Wendall
>
>
>   
Did you try #gentoo-perl

-- 
Powered by Gentoo GNU/Linux
http://linuxcrazy.com




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-server] SpamAssassin
  2009-04-06 23:50 [gentoo-server] SpamAssassin Wendall Cada
  2009-04-07  0:50 ` David
@ 2009-04-07 12:07 ` Kerin Millar
  2009-04-07 15:46   ` Wendall Cada
  1 sibling, 1 reply; 10+ messages in thread
From: Kerin Millar @ 2009-04-07 12:07 UTC (permalink / raw
  To: gentoo-server

2009/4/7 Wendall Cada <wendallc@83864.com>:
> I run several production servers on Hardened Gentoo, and have a concern.
>
> The perl team has been awesome. I really love that packages are fairly
> fresh compared to what is in cpan. However, there is one very important
> package that's been ignored for far too long: SpamAssassin
>
> http://bugs.gentoo.org/show_bug.cgi?id=177144
>
> Why has it been waiting for a mips keyword for almost two years? No
> reply from mips. Pinging the bug has no effect, as seen with comments
> #5-#8. Is the package abandoned? Is there some political issue with
> Gentoo that keeps abandoned packages from being reassigned? I would love
> to offer my help, but lately those offers have been flat rejected by
> Gentoo devs. I guess my lips don't pucker well enough. I would like to
> have this package dealt with. There are some important bug fixes in
> newer releases.

I can appreciate your frustation. At this point, maybe you should try
bringing it to the attention of the QA team (qa@gentoo.org)? Resolving
this situation would presumably be in line with their first stated
goal, which is to "keep the tree in a state which benefits all of our
users and developers alike".

Another tactic would be to befriend a developer who has a vested
interest in the continued fitness of the package (i.e. is known to be
a user) and to ask for their assistance in moving things forwards.
Some developers are rather more receptive to contributions from users
than others, and you may chance upon one.

Cheers,

--Kerin



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-server] SpamAssassin
  2009-04-07 12:07 ` Kerin Millar
@ 2009-04-07 15:46   ` Wendall Cada
  0 siblings, 0 replies; 10+ messages in thread
From: Wendall Cada @ 2009-04-07 15:46 UTC (permalink / raw
  To: gentoo-server

Thanks Kerin. Sorry to show my frustration. Just my feeling toward parts
of the Gentoo project lately. I will ping QA about this, and try to find
a perl dev who might look at the package.

This package is pretty stable. There are just some important bug fixes
in newer releases that would be nice to have stabilized.

Wendall

Kerin Millar wrote:
> 2009/4/7 Wendall Cada <wendallc@83864.com>:
>   
>> I run several production servers on Hardened Gentoo, and have a concern.
>>
>> The perl team has been awesome. I really love that packages are fairly
>> fresh compared to what is in cpan. However, there is one very important
>> package that's been ignored for far too long: SpamAssassin
>>
>> http://bugs.gentoo.org/show_bug.cgi?id=177144
>>
>> Why has it been waiting for a mips keyword for almost two years? No
>> reply from mips. Pinging the bug has no effect, as seen with comments
>> #5-#8. Is the package abandoned? Is there some political issue with
>> Gentoo that keeps abandoned packages from being reassigned? I would love
>> to offer my help, but lately those offers have been flat rejected by
>> Gentoo devs. I guess my lips don't pucker well enough. I would like to
>> have this package dealt with. There are some important bug fixes in
>> newer releases.
>>     
>
> I can appreciate your frustation. At this point, maybe you should try
> bringing it to the attention of the QA team (qa@gentoo.org)? Resolving
> this situation would presumably be in line with their first stated
> goal, which is to "keep the tree in a state which benefits all of our
> users and developers alike".
>
> Another tactic would be to befriend a developer who has a vested
> interest in the continued fitness of the package (i.e. is known to be
> a user) and to ask for their assistance in moving things forwards.
> Some developers are rather more receptive to contributions from users
> than others, and you may chance upon one.
>
> Cheers,
>
> --Kerin
>
>   




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-04-07 15:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-20 10:26 [gentoo-server] Spamassassin Suranga Kasthuriarachchi
  -- strict thread matches above, loose matches on Subject: below --
2009-04-06 23:50 [gentoo-server] SpamAssassin Wendall Cada
2009-04-07  0:50 ` David
2009-04-07 12:07 ` Kerin Millar
2009-04-07 15:46   ` Wendall Cada
     [not found] <42335222.20309@munat.com>
     [not found] ` <79c4d9ee05031214513f05d72b@mail.gmail.com>
     [not found]   ` <4234B431.1090403@munat.com>
     [not found]     ` <1110775838.13077.19.camel@localhost.localdomain>
2005-03-16  5:36       ` [gentoo-server] spamassassin Lance Lassetter
     [not found]   ` <1110689723.10448.35.camel@localhost.localdomain>
     [not found]     ` <42342D94.1090908@gmx.ch>
2005-03-27  4:35       ` D. Wokan
2005-03-27  5:59         ` Lance Lassetter
2005-03-27  7:32         ` Ben Munat
2005-03-27  9:32           ` peter.gantner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox