Hi everyone,
I want to block incoming mails with the title "Reddit".
The rules I wrote below were useless.

	
	
	
		
Can you help me write the correct rule? Thanks.
				
			I want to block incoming mails with the title "Reddit".
The rules I wrote below were useless.

		Code:
	
	root@pmg:/etc/mail/spamassassin# cat custom.cf
header         SENDER_BLOCK    ALL =~ /^Reddit\:/m
score           SENDER_BLOCK    10
or
root@pmg:/etc/mail/spamassassin# cat custom.cf
header         SENDER_BLOCK    From =~ /\bReddit\b/i
score           SENDER_BLOCK    10Can you help me write the correct rule? Thanks.
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
	 
	
