--- crm114-20040924.orig 2004-10-30 00:00:06.012139800 -0700 +++ crm114-20040924.ebuild 2004-10-29 23:51:56.798511576 -0700 @@ -89,5 +89,13 @@ pkg_postinst() { echo einfo "The spam-filter CRM files are installed in /usr/share/${PN}." + if use noprocmail ; then + einfo "WARNING!!!!! WARNING!!!!! WARNING!!!!!" + einfo "USE=\"noprocmail\" has been set. The mailfilter.crm" + einfo "script packaged with CRM114 with NOT work without" + einfo "procmail. Since USE=\"noprocmail\" is set, it is" + einfo "assumed that you know what you are doing. So have fun" + einfo "writing custom crm scripts." + fi echo }