I am aware of how to set spamassasin to penalize (score) a mail containing a .ZIP file, which goes like this:
mimeheader MY_CNF_ZIP Content-Type =~ /^application\/zip/
score MY_CNF_ZIP 1.5
But I am not sure how to write a rule for empty subject (recently more and more spams with empty subject are received...)
Shall this be correct?:
header MY_CNF_EMPTYSUB Subject =~ /^$/
score MY_CNF_EMPTYSUB 1.5
Thanks