Parent Directory
|
Revision Log
[svn-inject] Forking nanobloggermail source to Trunk
1 | ## example procmail recipe for using nanobloggermail |
2 | ## be sure to change/delete To From Subject and the path to your blog |
3 | |
4 | :0 |
5 | * ^TO.*myblog@example.org |
6 | * ^From.*(validsender@example.net|other.valid.sender@example.org) |
7 | * ^Subject:.*12345secretcode67890 |
8 | { |
9 | :0 bw |
10 | NB=|/usr/bin/nb_mail $HOME/path/to/my/blog/ |
11 | :0 w |
12 | * $NB ?? 0 |
13 | /dev/null |
14 | } |
15 |
ViewVC Help | |
Powered by ViewVC 1.1.26 |