Rev 3 | Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3 | Rev 4 | ||
|---|---|---|---|
| Line 58... | Line 58... | ||
| 58 | # Exim configuration string to run before running SA against the message |
58 | # Exim configuration string to run before running SA against the message |
| 59 | # This decides whether SA gets run against the message or not. This |
59 | # This decides whether SA gets run against the message or not. This |
| 60 | # default will not reject messages if the message had SA headers but |
60 | # default will not reject messages if the message had SA headers but |
| 61 | # they weren't added by us. |
61 | # they weren't added by us. |
| 62 | SAEximRunCond: ${if and {{def:sender_host_address} {!eq {$sender_host_address}{127.0.0.1}} {!eq {$h_X-SA-Do-Not-Run:}{Yes}} } {1}{0}}
|
62 | SAEximRunCond: ${if and {{def:sender_host_address} {!eq {$sender_host_address}{127.0.0.1}} {!eq {$h_X-SA-Do-Not-Run:}{Yes}} } {1}{0}}
|
| 63 | # Remove or comment out the following line to enable sa-exim |
63 | # Remove or comment out the following line and set it to 1 to enable sa-exim |
| 64 | SAEximRunCond: 0 |
64 | SAEximRunCond: 0 |
| 65 | 65 | ||
| 66 | # If and only if SAEximRunCond was true, and we did run SA, this |
66 | # If and only if SAEximRunCond was true, and we did run SA, this |
| 67 | # expression decides whether we actually consider acting upon SAdevnull, |
67 | # expression decides whether we actually consider acting upon SAdevnull, |
| 68 | # SApermreject, and SAtempreject if you have them set. |
68 | # SApermreject, and SAtempreject if you have them set. |
| Line 278... | Line 278... | ||
| 278 | # save folder (see below) and ajusting scores on the fly, or if you are using |
278 | # save folder (see below) and ajusting scores on the fly, or if you are using |
| 279 | # greylisting |
279 | # greylisting |
| 280 | # This is now a string (without quotes) that gets evaluated at runtime by exim |
280 | # This is now a string (without quotes) that gets evaluated at runtime by exim |
| 281 | # but you can still assign a simple float value to it |
281 | # but you can still assign a simple float value to it |
| 282 | # Default value is 2^20, which should disable the behavior |
282 | # Default value is 2^20, which should disable the behavior |
| 283 | SAtempreject: 9.0 |
283 | #SAtempreject: 9.0 |
| 284 | 284 | ||
| 285 | # You can optionally save or not save messages that matched the above rule |
285 | # You can optionally save or not save messages that matched the above rule |
| 286 | SAtemprejectSavCond: 1 |
286 | SAtemprejectSavCond: 1 |
| 287 | 287 | ||
| 288 | # Do you want to save mails that are temporarily rejected? |
288 | # Do you want to save mails that are temporarily rejected? |