Changeset 1050
- Timestamp:
- 09/03/06 13:25:44 (2 years ago)
- Files:
-
- utils/blogging/blosxom-email-to-post.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
utils/blogging/blosxom-email-to-post.pl
r1049 r1050 2 2 use strict; 3 3 4 # accepts blosxom posts via email so you can post via your phone, email, etc. 4 # by john manoogian III <jm3@codeswami.com> 5 # open source. 6 7 # Accepts blosxom posts via email so you can post via your phone, email, etc. 5 8 # (no authentication is performed, so either obscure the address this script is connected to, 6 9 # or hack the code to require a password or auth challenge-response in some form) 10 11 # Why this script? 12 # - unlike BlosGate, this script *does not* require Mail::POP3Client, Cache::FileCache, or Mail::Sendmail 13 # - unlike Blog Post, it is free and requires no registration 7 14 8 15 my $verbose = 1; … … 13 20 my $logfile = "/home/username/logs/emailed-posts.log"; 14 21 15 # change nothing below this line. 16 ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### 22 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 23 # Casual users should not need to change anything below this line 24 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 17 25 18 26 # flags