Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have a mutt macro that classifies mail as either Spam (F9) or Ham (F10) by running it through bogofilter.

However, I would like the X-Bogosity header to be updated when I do this, rather than having the email still say "Unsure".

Does anyone know how I can achieve this? I feel like it's something that should be relatively easy.

share|improve this question

1 Answer

Temporary workaround: disable Unsure mode, as explained here: http://bogofilter.sourceforge.net/faq.shtml#unsure

This means it's not necessary to update the header from Unsure to {Spam, Ham}, as the Unsure header never occurs in the first place.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.