Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17785 - maildroprc is not in the same place maildrop looks for it
Summary: maildroprc is not in the same place maildrop looks for it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-18 20:48 UTC by Duke
Modified: 2003-03-25 23:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duke 2003-03-18 20:48:43 UTC
The maildrop 1.5.2 ebuild puts maildroprc in /etc/maildrop/, but maildrop looks
for maildroprc in /etc/, which is the correct location for maildroprc according
to maildrop's manual.

I had discovered this when trying to use spamassassin 2.44 with maildrop.  I
added the line

xfilter "/usr/bin/spamassassin -x"

to /etc/maildrop/maildroprc, and it was not working.  So eventually I tried
copying maildroprc to /etc/, and it worked.


Reproducible: Always
Steps to Reproduce:
1.  Ensure there is not file /etc/maildroprc
2.  Add some filter rules or anything else to /etc/maildrop/maildroprc
3.  Send yourself an email (or wait for one to arrive) and watch your rules not
work.

Actual Results:  
The file /etc/maildrop/maildroprc was not read by maildrop.

Expected Results:  
Maildrop should either have looked in /etc/maildrop/ for maildroprc, or the
ebuild should be putting the default files in /etc/maildrop/ in /etc instead.

I synced my portage tree just before submitting this bug.  The versions of
spamassassin and maildrop are the most recent stable ebuilds available as of
this submission.

Portage 2.0.47-r8 (default-1.0, gcc-2.95.3, glibc-2.2.5-r2,2.2.5-r7)
=================================================================
System uname: 2.4.19 i686 AMD Athlon(tm) processor
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="mysql perl postgres x86 -oss 3dnow -apm -arts -avi -berkdb crypt -cups
-encode gdbm -gif gpm -gtk -imlib -java -jpeg -kde -libg++ libwww -mikmod mmx
-motif -mpeg ncurses -nls -oggvorbis -opengl pam -pdflib -png python -qt -qtmt
-quicktime readline -sdl -slang -spell ssl -svga tcpd -truetype -X xml2 -xmms -xv"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-25 23:42:12 UTC
fixed in portage.