John Goubeaux wrote: > This should be a pretty simple case but I cannot seem to get SA to > always run the network tests on the hop right before 128.111.24.40
Run SA in debug mode and trace through the output. | spamassassin -tD 2>&1 | less +/relay You should see lines along the form of: [21227] dbg: received-header: relay 192.168.1.3 trusted? yes internal? yes [21227] dbg: received-header: relay 87.126.193.139 trusted? no internal? no You should be able to tell if it is configured properly or not. Bob