Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Why spamassassin?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mmontz
n00b
n00b


Joined: 26 Oct 2002
Posts: 12

PostPosted: Tue Nov 16, 2004 1:05 am    Post subject: Why spamassassin? Reply with quote

I did an emerge world today and spamassassin is to be installed along with various perl scripts.

Can someone explain how to figure out what program is requesting this. I have a small email server that runs spamassassin so I don't need or want it on my local machine.

Thanks,
Michael
Back to top
View user's profile Send private message
forceflow2
Guru
Guru


Joined: 16 Apr 2003
Posts: 464
Location: South Carolina

PostPosted: Tue Nov 16, 2004 1:44 am    Post subject: Reply with quote

Code:
emerge -t world

Might show you what you want.
_________________
That rank under my username doesn't mean I know everything, it just means I ask a lot of questions.
Back to top
View user's profile Send private message
mmontz
n00b
n00b


Joined: 26 Oct 2002
Posts: 12

PostPosted: Tue Nov 16, 2004 2:03 am    Post subject: Reply with quote

Thanks.

Actually

Code:
emerge -uDtv world


did the trick.

So the next question is why does evolution want spamassassin and how do I tell it no?

Michael
Back to top
View user's profile Send private message
forceflow2
Guru
Guru


Joined: 16 Apr 2003
Posts: 464
Location: South Carolina

PostPosted: Tue Nov 16, 2004 2:31 am    Post subject: Reply with quote

I don't understand why evolution would want spamassassin. Is it possible to post the output of emerge -uDtv world?
_________________
That rank under my username doesn't mean I know everything, it just means I ask a lot of questions.
Back to top
View user's profile Send private message
kenthepostman
Apprentice
Apprentice


Joined: 02 Jul 2004
Posts: 245
Location: Stanford, CA

PostPosted: Tue Nov 16, 2004 2:47 am    Post subject: Reply with quote

The new evolution uses spamassasin to filter spam. Before you could optionally send an email to spamassasin using a filter. Using spamassasin is still an option but it's more incorporated into evolution. That's probably why it chooses to install it.
Back to top
View user's profile Send private message
forceflow2
Guru
Guru


Joined: 16 Apr 2003
Posts: 464
Location: South Carolina

PostPosted: Tue Nov 16, 2004 2:50 am    Post subject: Reply with quote

kenthepostman wrote:
The new evolution uses spamassasin to filter spam. Before you could optionally send an email to spamassasin using a filter. Using spamassasin is still an option but it's more incorporated into evolution. That's probably why it chooses to install it.

Then what do I have different about my system that keeps evolution from asking for spamassassin? I don't see anything about it in the ebuild so I am not sure that is the reason.
_________________
That rank under my username doesn't mean I know everything, it just means I ask a lot of questions.
Back to top
View user's profile Send private message
kenthepostman
Apprentice
Apprentice


Joined: 02 Jul 2004
Posts: 245
Location: Stanford, CA

PostPosted: Tue Nov 16, 2004 3:03 am    Post subject: Reply with quote

It's optionally as far as if you use it or not. I'm don't believe there's a use flag or anything that determines it is installed. Check out the ebuild. Spamassasin is definitely included as a dependency. Maybe you can file a bug report or complain in some other way. Or I guess you could change the ebuild and see what happens.
Back to top
View user's profile Send private message
forceflow2
Guru
Guru


Joined: 16 Apr 2003
Posts: 464
Location: South Carolina

PostPosted: Tue Nov 16, 2004 3:05 am    Post subject: Reply with quote

I did. Where do you see spamassassin at?
Code:

RDEPEND=">=gnome-extra/libgtkhtml-3.2.3
        >=gnome-extra/gal-2.2.3
        >=gnome-extra/evolution-data-server-1.0.2
        >=net-libs/libsoup-2.2.1
        >=dev-libs/glib-2
        >=dev-libs/libxml2-2
        >=gnome-base/gconf-2
        >=gnome-extra/yelp-2.5.1
        >=gnome-base/libglade-2
        >=gnome-base/gnome-vfs-2
        >=gnome-base/libbonoboui-2.4.2
        >=gnome-base/libgnomecanvas-2.0
        >=gnome-base/libgnomeui-2
        >=gnome-base/libgnomeprint-2
        >=gnome-base/libgnomeprintui-2
        >=x11-themes/gnome-icon-theme-1.2
        >=gnome-base/orbit-2.9.8
        pda? ( >=app-pda/gnome-pilot-2.0.10
                >=app-pda/gnome-pilot-conduits-2.0.10 )
        spell? ( >=app-text/gnome-spell-1.0.5 )
        crypt? ( >=app-crypt/gnupg-1.2.2 )
        ssl? ( mozilla? ( net-www/mozilla )
                !mozilla? ( >=dev-libs/nspr-4.4.1
                        >=dev-libs/nss-3.9.2 ) )
        ldap? ( >=net-nds/openldap-2 )
        kerberos? ( virtual/krb5 )"

DEPEND="${RDEPEND}
        >=sys-apps/sed-4
        dev-util/pkgconfig
        >=sys-devel/libtool-1.4.1-r1
        >=dev-util/intltool-0.30
        sys-devel/gettext
        sys-devel/bison
        >=app-text/scrollkeeper-0.3.10-r1
        doc? ( dev-util/gtk-doc )"

_________________
That rank under my username doesn't mean I know everything, it just means I ask a lot of questions.
Back to top
View user's profile Send private message
mmontz
n00b
n00b


Joined: 26 Oct 2002
Posts: 12

PostPosted: Tue Nov 16, 2004 3:05 am    Post subject: Reply with quote

Quote:
The new evolution uses spamassasin to filter spam. Before you could optionally send an email to spamassasin using a filter. Using spamassasin is still an option but it's more incorporated into evolution. That's probably why it chooses to install it.


If it is an option,then how do I tell the system that I don't want it. As stated above, I already run spamassassin on my mail server.

Regards,
Michael
Back to top
View user's profile Send private message
kenthepostman
Apprentice
Apprentice


Joined: 02 Jul 2004
Posts: 245
Location: Stanford, CA

PostPosted: Tue Nov 16, 2004 3:14 am    Post subject: Reply with quote

Here's what I have for the ebuild:
Code:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.0.2.ebuild,v 1.12 2004/11/15 21:26:12 liquidx Exp $

inherit eutils virtualx gnome2 flag-o-matic alternatives

DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
HOMEPAGE="http://ximian.com/products/evolution/"

LICENSE="GPL-2"
SLOT="2.0"
KEYWORDS="x86 ~amd64 ppc sparc ~hppa ~ia64 ~mips"
IUSE="ssl mozilla ldap doc spell ipv6 kerberos crypt nntp debug pda"

# Top stanza are ximian deps
RDEPEND=">=gnome-extra/libgtkhtml-3.2.3
        >=gnome-extra/gal-2.2.3
        >=gnome-extra/evolution-data-server-1.0.2
        >=net-libs/libsoup-2.2.1
        >=dev-libs/glib-2
        >=dev-libs/libxml2-2
        >=gnome-base/gconf-2
        >=gnome-extra/yelp-2.5.1
        >=gnome-base/libglade-2
        >=gnome-base/gnome-vfs-2
        >=gnome-base/libbonoboui-2.4.2
        >=gnome-base/libgnomecanvas-2.0
        >=gnome-base/libgnomeui-2
        >=gnome-base/libgnomeprint-2
        >=gnome-base/libgnomeprintui-2
        >=x11-themes/gnome-icon-theme-1.2
        >=gnome-base/orbit-2.9.8
        mail-filter/spamassassin
        pda? ( >=app-pda/gnome-pilot-2.0.10
                >=app-pda/gnome-pilot-conduits-2.0.10 )
        spell? ( >=app-text/gnome-spell-1.0.5 )
        crypt? ( >=app-crypt/gnupg-1.2.2 )
        ssl? ( mozilla? ( net-www/mozilla )
                !mozilla? ( >=dev-libs/nspr-4.4.1
                        >=dev-libs/nss-3.9.2 ) )
        ldap? ( >=net-nds/openldap-2 )
        kerberos? ( virtual/krb5 )"

DEPEND="${RDEPEND}
        >=sys-apps/sed-4
        dev-util/pkgconfig
        >=sys-devel/libtool-1.4.1-r1
        >=dev-util/intltool-0.30
        sys-devel/gettext
        sys-devel/bison
        >=app-text/scrollkeeper-0.3.10-r1
        doc? ( dev-util/gtk-doc )"

G2CONF="--disable-default-binary \
        $(use_enable ssl nss) \
        $(use_enable ssl smime) \
        $(use_enable ipv6) \
        $(use_enable nntp) \
        $(use_enable pda pilot-conduits)"

There is a line for spamassasin. I don't understand why they would be different. Did you remove the line for spamassasin? You didn't mention it in any of your posts. Also, the ebuild version is evolution-2.0.2.ebuild.
Back to top
View user's profile Send private message
forceflow2
Guru
Guru


Joined: 16 Apr 2003
Posts: 464
Location: South Carolina

PostPosted: Tue Nov 16, 2004 3:18 am    Post subject: Reply with quote

Whoa...freaky. I've never even messed with the ebuild (NTM the fact I just synced like ten minutes ago)
EDIT: Well, I have it now...strange.
Code:

# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.0.2.ebuild,v 1.12 2004/11/15 21:26:12 liquidx Exp $

The time could explain that.
_________________
That rank under my username doesn't mean I know everything, it just means I ask a lot of questions.
Back to top
View user's profile Send private message
NightMonkey
Guru
Guru


Joined: 21 Mar 2003
Posts: 356
Location: Philadelphia, PA

PostPosted: Wed Nov 17, 2004 8:01 pm    Post subject: Reply with quote

So, shouldn't this be an option, rather than required? Sounds like a USE flag to me.
Back to top
View user's profile Send private message
Ricky
Guru
Guru


Joined: 30 May 2003
Posts: 341

PostPosted: Wed Nov 17, 2004 8:08 pm    Post subject: Reply with quote

You could always
Code:
echo "mail-filter/spamassassin" >> /etc/portage/profile/package.provided
no?
Back to top
View user's profile Send private message
NightMonkey
Guru
Guru


Joined: 21 Mar 2003
Posts: 356
Location: Philadelphia, PA

PostPosted: Wed Nov 17, 2004 8:30 pm    Post subject: Reply with quote

Is using the package.* files now becoming the "Gentoo Way"? Yes, I use them, but somehow they seem to punch a hole through the "elegance" of USE flags and FEATURES. Don't you agree?
Back to top
View user's profile Send private message
Stormy Eyes
Veteran
Veteran


Joined: 09 Apr 2003
Posts: 1064
Location: Watching God spit-shine my boots.

PostPosted: Wed Nov 17, 2004 9:24 pm    Post subject: Reply with quote

NightMonkey wrote:
Is using the package.* files now becoming the "Gentoo Way"? Yes, I use them, but somehow they seem to punch a hole through the "elegance" of USE flags and FEATURES. Don't you agree?


I don't agree. I still set FEATURES in /etc/make.conf, but I prefer to set USE flags on a per-package basis in /etc/portage/package.use. Of course, others prefer to use /etc/portage/package.use to override system-wide flags. It's up to you.
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Tue Nov 30, 2004 12:38 pm    Post subject: Reply with quote

This is a bug in the ebuild. Evolution works fine and dandy without SpamAssassin if you don't use the spam feature.

Maybe you should let the ebuild's author know and submit a bug in Gentoo's bugzilla.

For myself, I have copied the ebuild in the overlay and commented the SpamAssassin dependency, and will rely on this fashion until the ebuild author wakes up.
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum