On 02.11.2016 10:46, Indunil Jayasooriya wrote: > > pls try below command with less > > > less /etc/amavisd.conf |grep -i sa_spam_subject_tag Argh. Useless use of less is even worse than useless use of cat. Just do grep -i sa_spam_subject_tag /etc/amavisd.conf HTH Tilman