| 1 | # SMTP error details and rejected_header log selector |
| 2 | need_ipv4 |
| 3 | # |
| 4 | exim -bs |
| 5 | mail from:<> |
| 6 | rcpt to:<x@y> |
| 7 | data |
| 8 | From: <bad@syntax |
| 9 | . |
| 10 | mail from:<> |
| 11 | rcpt to:<x@y> |
| 12 | data |
| 13 | From: bad@domain |
| 14 | . |
| 15 | mail from:<callout@x> |
| 16 | rcpt to:<x@y> |
| 17 | rset |
| 18 | mail from:<nosyntax@x> |
| 19 | rcpt to:<x@y> |
| 20 | data |
| 21 | From: <bad@syntax |
| 22 | . |
| 23 | mail from:<> |
| 24 | rcpt to:<x@y> |
| 25 | data |
| 26 | From: <unverifiable@y> |
| 27 | . |
| 28 | mail from:<recipcallout@y> |
| 29 | rcpt to:<callout@y> |
| 30 | rset |
| 31 | mail from:<> |
| 32 | rcpt to:<cantverify.fail@y> |
| 33 | rset |
| 34 | mail from:<> |
| 35 | rcpt to:<cantverify.defer@y> |
| 36 | rset |
| 37 | quit |
| 38 | **** |
| 39 | exim -DDETAILS=true -DSELECTOR=-rejected_header -bs |
| 40 | mail from:<> |
| 41 | rcpt to:<x@y> |
| 42 | data |
| 43 | From: <bad@syntax |
| 44 | . |
| 45 | mail from:<> |
| 46 | rcpt to:<x@y> |
| 47 | data |
| 48 | From: bad@domain |
| 49 | . |
| 50 | mail from:<callout@x> |
| 51 | rcpt to:<x@y> |
| 52 | rset |
| 53 | mail from:<nosyntax@x> |
| 54 | rcpt to:<x@y> |
| 55 | data |
| 56 | From: <bad@syntax |
| 57 | . |
| 58 | mail from:<> |
| 59 | rcpt to:<x@y> |
| 60 | data |
| 61 | From: <unverifiable@y> |
| 62 | . |
| 63 | mail from:<recipcallout@y> |
| 64 | rcpt to:<callout@y> |
| 65 | rset |
| 66 | mail from:<> |
| 67 | rcpt to:<cantverify.fail@y> |
| 68 | rset |
| 69 | rset |
| 70 | mail from:<> |
| 71 | rcpt to:<cantverify.defer@y> |
| 72 | quit |
| 73 | **** |