Hi, > perl-Mail-spamassassin* of another. Running “rpm –e spam*” I get the > following error:
That's not the proper way to remove an RPM. Try this: # rpm -qva | grep spamassassin It will display a list of the spamassassin packages installed and you can pick from that list. You may also be able to just do: # rpm -e spamassassin-3.2.5 spamassassin-3.3.1 Regards, Alex