Project

General

Profile

Bug #14 » test_results.txt

Dan Swartzendruber, 02/05/2010 03:11 PM

 
1

    
2
config.xml with disablereplyto set for a rule:
3

    
4
>                       <disablereplyto/>
5

    
6
pfctl -s rules | grep imap (the test rule I was using), with and without disablereplyto set:
7

    
8
# pfctl -s rules | grep imap
9
pass in quick on em0 inet proto tcp from any to 192.168.56.1 port = imap flags S/SA keep state allow-opts label "USER_RULE: Special rule to test disablereplyto"
10

    
11
# pfctl -s rules | grep imap
12
pass in quick on em0 reply-to (em0 134.111.198.1) inet proto tcp from any to 192.168.56.1 port = imap flags S/SA keep state allow-opts label "USER_RULE: Special rule to test disablereplyto"
13

    
14

    
(3-3/4)