| 7 | | 1. mutt hands over '''finished''' full msg with headers as STDIN to `$sendmail`, muttrc: `set sendmail="this-script"` |
| 8 | | 1. it applies various user-definable checks on the msg, |
| 9 | | 1. if they fail, ask user for confirmation: |
| 10 | | * return if something is wrong |
| 11 | | * continue when you want it to go as it is now. |
| | 7 | 1. mutt hands over '''finished''' full msg with headers as STDIN to `$sendmail`, muttrc: `set sendmail="this-script"` |
| | 8 | 1. it applies various user-definable checks on the msg, |
| | 9 | 1. if they fail, ask user for confirmation: |
| | 10 | * return if something is wrong |
| | 11 | * continue when you want it to go as it is now. |