Changes between Version 2 and Version 3 of ConfigTricks/CheckAttach


Ignore:
Timestamp:
2012-02-05 06:43:20 (16 months ago)
Author:
rado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigTricks/CheckAttach

    v2 v3  
    55You get the idea how it works to implement it in any shell/ code language you want or do other control stuff. Principle: 
    66 
    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. 
    1212Read '`#`'-comments to better understand. 
    1313----