On Tue, 2003-06-24 at 16:16, Justin Mason wrote: > I've just rebuilt these, as the distributed ones didn't have > up-to-date Changes lists. These ones now do. No code or rule > changes, so if you've already got the others, don't worry about it. > > md5sums: > > a7898286e2dc9f6102aecedbfe6c818b Mail-SpamAssassin-2.60-PR1.tar.gz > ecf9bdd1315b39e4201b662e39cdb7c5 Mail-SpamAssassin-2.60-PR1.zip > > --j.
Issue 1: + /usr/bin/perl Makefile.PL PREFIX=/var/tmp/spamassassin-root//usr SYSCONFDIR=/var/tmp/spamassassin-root//etc INST_PREFIX=/usr INST_SYSCONFDIR=/etc INSTALLDIRS=vendor What email address or URL should be used in the suspected-spam report text for users who want more information on your filter installation? (In particular, ISPs should change this to a local Postmaster contact) default text: [the administrator of that system] I am attempting to modify RH's spamassassin-2.55-2 rawhide package for my own personal use. I am guessing this prompt during build is new? Any suggestions of ways of automating this during package build time, and an address to use for a generic RPM package? Issue 2: Rawhide spamassassin-2.55-2 has a patch against spamd/redhat-rc-script.sh that changes the service name from spamd to spamassassin. I have modified this patch to apply against 2.60-PR1. Could this patch be applied to CVS to simplify future packaging for RH users? diff -urN Mail-SpamAssassin-2.60.orig/spamd/redhat-rc-script.sh Mail-SpamAssassin-2.60/spamd/redhat-rc-script.sh --- Mail-SpamAssassin-2.60.orig/spamd/redhat-rc-script.sh 2003-04-04 22:18:05.000000000 -1000 +++ Mail-SpamAssassin-2.60/spamd/redhat-rc-script.sh 2003-06-24 18:58:46.000000000 -1000 @@ -2,7 +2,7 @@ # # spamassassin This script starts and stops the spamd daemon # -# chkconfig: 2345 80 30 +# chkconfig: - 80 20 # # description: spamd is a daemon process which uses SpamAssassin to check # email messages for SPAM. It is normally called by spamc @@ -35,7 +35,7 @@ daemon spamd $SPAMDOPTIONS RETVAL=$? echo - [ $RETVAL = 0 ] && touch /var/lock/subsys/spamd + [ $RETVAL = 0 ] && touch /var/lock/subsys/spamassassin ;; stop) # Stop daemons. @@ -43,14 +43,14 @@ killproc spamd RETVAL=$? echo - [ $RETVAL = 0 ] && rm -f /var/lock/subsys/spamd + [ $RETVAL = 0 ] && rm -f /var/lock/subsys/spamassassin ;; restart) $0 stop $0 start ;; condrestart) - [ -e /var/lock/subsys/spamd ] && $0 restart + [ -e /var/lock/subsys/spamassassin ] && $0 restart ;; status) status spamd ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk