| 12 |
@cvs-info |
@cvs-info |
| 13 |
$Id$ |
$Id$ |
| 14 |
$Log$ |
$Log$ |
| 15 |
|
Revision 1.72 2003/03/12 22:55:51 joko |
| 16 |
|
+ AUTOCOMMIT: updated/added content |
| 17 |
|
|
| 18 |
Revision 1.71 2003/03/12 22:25:51 joko |
Revision 1.71 2003/03/12 22:25:51 joko |
| 19 |
+ AUTOCOMMIT: updated/added content |
+ AUTOCOMMIT: updated/added content |
| 20 |
|
|
| 1109 |
o vsd |
o vsd |
| 1110 |
o write (success-)story!!! |
o write (success-)story!!! |
| 1111 |
|
|
| 1112 |
o note about workflow: what about old root-emails on the main-host? |
o note about workflow / FAQ: what about old root-emails on the main-host? |
| 1113 |
x purged old mboxes |
x purged old mboxes |
| 1114 |
-> just purge them? (admin-action: approve purge!) |
-> just purge them? (admin-action: approve purge!) |
| 1115 |
#> cd /var/spool/mail |
#> cd /var/spool/mail |
| 1116 |
#> >root (updated recently) |
#> >root (updated recently) |
| 1117 |
#> >service (updated recently) |
#> >service (updated recently) |
| 1118 |
#> rm netsaint (last entry: Date/Time: Thu Jan 23 14:32:48 CET 2003) |
#> rm netsaint (last entry: Date/Time: Thu Jan 23 14:32:48 CET 2003) |
| 1119 |
o How to check if a mbox contains mud-only? try 'formail'! |
o Write MiniHowTo: How to check if a mbox contains mud-only? try 'formail'! |
| 1120 |
#> formail |
#> cat {mbox-file} | formail -I "" | less |
| 1121 |
|
from 'man formail': |
| 1122 |
|
To extract the header from a message: |
| 1123 |
|
formail -X "" |
| 1124 |
|
or |
| 1125 |
|
sed -e '/^$/ q' |
| 1126 |
|
|
| 1127 |
|
To extract the body from a message: |
| 1128 |
|
formail -I "" |
| 1129 |
|
or |
| 1130 |
|
sed -e '1,/^$/ d' |
| 1131 |
|
x purged old mboxes: |
| 1132 |
|
#> rm rfms (last entry: Date: Fri, 6 Dec 2002 20:45:01 +0100) |
| 1133 |
|
#> rm jonen (last entry: Jun 25 2002) |
| 1134 |
|
|
| 1135 |
|
|
| 1136 |
|
|
| 1137 |
o convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators |
o convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators |
| 1138 |
|
|
| 1179 |
|
|
| 1180 |
o search::[php & rss & Dublin Core] |
o search::[php & rss & Dublin Core] |
| 1181 |
|
|
| 1182 |
|
o "what happens if 'dispatchmail' prints something to the console" or ... |
| 1183 |
|
"check out how to let dispatchmail append stuff to /var/log/syslog" |
| 1184 |
|
|