You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(13) |
Nov
(11) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(7) |
Aug
(1) |
Sep
(1) |
Oct
(3) |
Nov
(22) |
Dec
(3) |
2008 |
Jan
(8) |
Feb
|
Mar
(5) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
(11) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
(1) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(12) |
Sep
(5) |
Oct
(6) |
Nov
(1) |
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(10) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
(1) |
Oct
(10) |
Nov
(4) |
Dec
|
From: SourceForge.net <no...@so...> - 2012-11-04 22:38:12
|
Bugs item #3365617, was opened at 2011-07-12 21:49 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3365617&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: apptaro (apptaro) Assigned to: Nikolaus Schulz (nikosch) Summary: test_archivemail fails on Python 2.3.4 Initial Comment: # python -V Python 2.3.4 # python test_archivemail Traceback (most recent call last): File "test_archivemail", line 1285, in ? class TestArchiveMailboxdir(TestCaseInTempdir): File "test_archivemail", line 1290, in TestArchiveMailboxdir remaining_msg = set() # Filenames of maildir messages that should be preserved NameError: name 'set' is not defined # Quick search with google reveals "set" is new in Python 2.4. test_archivemail also uses Python 2.4 functions such as sort(). ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2012-11-04 14:38 Message: I just committed a patch that makes the test suite explicitly require python >= 2.4. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-13 15:37 Message: Good catch. I am, however, not very tempted to do much porting work in order to support python 2.3. I have been pretty reluctant to use features which require newer python versions, and to be honest, the set() and sorted() stuff just slipped through. But these days, python 2.3 is really ancient. Even Debian dropped support for python 2.3 with Lenny. :) Bumping the version check looks like the right thing to do. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-12 23:02 Message: Even though test_archivemail fails, archivemail itself seems to work fine with Python 2.3.4. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-12 22:01 Message: Test with archivemail 0.9.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3365617&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-11-04 22:21:43
|
Bugs item #879716, was opened at 2004-01-19 01:17 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=879716&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Julien Burdy (erreur) Assigned to: Nikolaus Schulz (nikosch) Summary: 'NoneType' object has no attribute 'split' Initial Comment: Hello, I don't understant this problem: $ archivemail -v -n imap://x...@my...:my...@ma.../INBOX archiving 'imap://x...@my...:my...@ma.../INBOX' to 'INBOX_archive' ... set tempfile directory to '/tmp/@3578.0archivemail' guessing mailbox is of type: imap imap filter: '(BEFORE 23-Jul-2003 UNFLAGGED)' connected to server mail.myISP.ch logged in to server as x...@my... selected imap folder INBOX Traceback (most recent call last): File "/usr/bin/archivemail", line 1299, in ? main() File "/usr/bin/archivemail", line 620, in main archive(mailbox_path) File "/usr/bin/archivemail", line 1034, in archive _archive_imap(mailbox_name, final_archive_name) File "/usr/bin/archivemail", line 1227, in _archive_imap message_list = response[0].split() AttributeError: 'NoneType' object has no attribute 'split' cleaning up ... removing stale tempfile directory '/tmp/@3578.0archivemail' ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2012-11-04 14:21 Message: Closing, v0.9.0 contains the fix and was released long ago already. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-09 09:11 Message: Fixed in git, will be in archivemail 0.9.0. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-04-01 13:21 Message: This old bug was no duplicate and shouldn't have been closed. My guess is, the IMAP server sends an empty, and thus invalid, SEARCH response. Exactly the same issue has recently been raised as support request #3213272, and bug #3090802 has also been similar. I have closed the latter because it was triggered by corrupted messages on the server, but that doesn't apply here, I guess. Hm, I hate to put workarounds for broken IMAP servers into archivemail, but that's probably the appropriate thing to do. ---------------------------------------------------------------------- Comment By: Peter Poeml (poeml) Date: 2006-04-25 14:22 Message: Logged In: YES user_id=78531 fixed in CVS (duplicate of bug #843890) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=879716&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-11-04 22:18:51
|
Support Requests item #3406815, was opened at 2011-09-09 08:24 Message generated for change (Settings changed) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: bogi aditya (www.imtelkom.ac.id) (balique8061) Assigned to: Nikolaus Schulz (nikosch) Summary: error mailbox mail is owned by someone else Initial Comment: based on https://sourceforge.net/tracker/?func=detail&aid=3063535&group_id=49630&atid=456910 I realized that setuid is no longer available (error mailbox mail is owned by someone else). I have a mail server that user has no login and no home directory to the server, all mail activities will be done using web-based mail user agent. That's why I still need this feature to backup all old mail in my mail server. What should I do? sincerely, Bogi Aditya Sisfo - IMTelkom http://www.imtelkom.ac.id ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-09-12 13:24 Message: Use sudo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-11-04 20:38:13
|
Support Requests item #3406815, was opened at 2011-09-09 08:24 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: bogi aditya (www.imtelkom.ac.id) (balique8061) Assigned to: Nikolaus Schulz (nikosch) Summary: error mailbox mail is owned by someone else Initial Comment: based on https://sourceforge.net/tracker/?func=detail&aid=3063535&group_id=49630&atid=456910 I realized that setuid is no longer available (error mailbox mail is owned by someone else). I have a mail server that user has no login and no home directory to the server, all mail activities will be done using web-based mail user agent. That's why I still need this feature to backup all old mail in my mail server. What should I do? sincerely, Bogi Aditya Sisfo - IMTelkom http://www.imtelkom.ac.id ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-11-04 12:37 Message: jqkyS8 Appreciate you sharing, great post.Thanks Again. Much obliged. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-09-12 13:24 Message: Use sudo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-30 06:26:34
|
Bugs item #3580652, was opened at 2012-10-26 15:39 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 9 Private: No Submitted By: http://cheplyaka.myopenid.com () Assigned to: Nikolaus Schulz (nikosch) Summary: archivemail silently drops messages Initial Comment: sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5482 sniper:~% archivemail -d 178 -o ~/arc/ ~/Mail/.haskell /home/feuerbach/Mail/.haskell: archived 12 of 5473 message(s) (304.0kB of 38.5MB) in 2.6 seconds sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5470 sniper:~% archivemail -V archivemail v0.9.0 Copyright (C) 2002 Paul Rodger <pa...@pa...> (C) 2006 Peter Poeml <po...@su...>, (C) 2006-2011 Nikolaus Schulz <mic...@we...> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ---------------------------------------------------------------------- >Comment By: http://cheplyaka.myopenid.com () Date: 2012-10-29 23:26 Message: Ah, yes, indeed. Thank you. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2012-10-29 16:26 Message: Hmm. Starting with archivemail v0.8.0, archivemail refrains from creating hidden archives. In this case, this means there should be an archive haskell_archive.gz. Is there no such file? If not, what does running archivemail with the -v switch say? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-29 23:26:57
|
Bugs item #3580652, was opened at 2012-10-26 15:39 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Private: No Submitted By: http://cheplyaka.myopenid.com () >Assigned to: Nikolaus Schulz (nikosch) Summary: archivemail silently drops messages Initial Comment: sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5482 sniper:~% archivemail -d 178 -o ~/arc/ ~/Mail/.haskell /home/feuerbach/Mail/.haskell: archived 12 of 5473 message(s) (304.0kB of 38.5MB) in 2.6 seconds sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5470 sniper:~% archivemail -V archivemail v0.9.0 Copyright (C) 2002 Paul Rodger <pa...@pa...> (C) 2006 Peter Poeml <po...@su...>, (C) 2006-2011 Nikolaus Schulz <mic...@we...> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2012-10-29 16:26 Message: Hmm. Starting with archivemail v0.8.0, archivemail refrains from creating hidden archives. In this case, this means there should be an archive haskell_archive.gz. Is there no such file? If not, what does running archivemail with the -v switch say? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=4963 |
From: SourceForge.net <no...@so...> - 2012-10-28 16:20:38
|
Feature Requests item #3365625, was opened at 2011-07-12 22:00 Message generated for change (Settings changed) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: apptaro (apptaro) Assigned to: Nikolaus Schulz (nikosch) Summary: Support for automatic setuid Initial Comment: As described in the bug #3063535 (is owned by someone else!) archivemail version 0.7.2+ does not do setuid when archivemail is run by root and the target mailbox is owned by someone else. I need this functionality. My mail server is configured so that spam messages are automatically moved to a spam folder for each users. I want to use archivemail to delete old messages from each user's spam folder like this: archivemail --days=30 --delete --include-flagged /home/*/Mail/Spam but I get "/home/username/Mail/Spam is owned by someone else!" error. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-13 15:45 Message: Yes, basically, in your case you are required to write some sort of a script. Not that convenient, but it puts you in control, and it's much better than such a setuid feature, which existed in archivemail up to v0.8.0, and was removed for a reason. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-12 23:14 Message: For now, I created a script such as below to do the job. Maybe this is enough. #!/bin/sh ls /home | while read line ARCMAIL="/usr/bin/archivemail --delete --include-flagged --quiet" do USER="$line" MAILBOX="/home/$USER/Mail/Spam" if [ -f $MAILBOX ] ; then sudo -u $USER $ARCMAIL $MAILBOX fi done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-28 01:35:33
|
Feature Requests item #3365625, was opened at 2011-07-12 22:00 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: apptaro (apptaro) Assigned to: Nikolaus Schulz (nikosch) Summary: Support for automatic setuid Initial Comment: As described in the bug #3063535 (is owned by someone else!) archivemail version 0.7.2+ does not do setuid when archivemail is run by root and the target mailbox is owned by someone else. I need this functionality. My mail server is configured so that spam messages are automatically moved to a spam folder for each users. I want to use archivemail to delete old messages from each user's spam folder like this: archivemail --days=30 --delete --include-flagged /home/*/Mail/Spam but I get "/home/username/Mail/Spam is owned by someone else!" error. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-27 18:35 Message: Have you ever considered creating an e-book or guest authoring on other blogs? I have a blog based on the same ideas you discuss and would love to have you share some stories/information. I know my subscribers would enjoy your work. If you are even remotely interested, feel free to shoot me an email. <a href="http://northfacediscountcheap.blinkweb.com/" title="north face discount">north face discount</a> ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-27 14:41 Message: My programmer is trying to persuade me to move to .net from PHP. I have always disliked the idea because of the costs. But he's tryiong none the less. I've been using Movable-type on numerous websites for about a year and am nervous about switching to another platform. I have heard very good things about blogengine.net. Is there a way I can import all my wordpress content into it? Any kind of help would be really appreciated! [url=http://www.pinkribbonwomensjackets.com/2012/10/26/north-face-osito-jacket-evian-will-hand-out-25/]north face clearance[/url] <a href="http://www.pinkribbonwomensjackets.com/2012/10/26/north-face-osito-jacket-evian-will-hand-out-25/" title="north face clearance">north face clearance</a> ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-22 03:21 Message: Thanks for the marvelous posting! I certainly enjoyed reading it, you could be a great author.I will remember to bookmark your blog and will eventually come back sometime soon. I want to encourage you to ultimately continue your great job, have a nice day! <a href="http://northfacebackpackss.blogspot.com/2012/10/wwwnorthfaceclearance4uscom-bliss-told.html" title="north face jackets clearance">north face jackets clearance</a> ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-13 15:45 Message: Yes, basically, in your case you are required to write some sort of a script. Not that convenient, but it puts you in control, and it's much better than such a setuid feature, which existed in archivemail up to v0.8.0, and was removed for a reason. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-12 23:14 Message: For now, I created a script such as below to do the job. Maybe this is enough. #!/bin/sh ls /home | while read line ARCMAIL="/usr/bin/archivemail --delete --include-flagged --quiet" do USER="$line" MAILBOX="/home/$USER/Mail/Spam" if [ -f $MAILBOX ] ; then sudo -u $USER $ARCMAIL $MAILBOX fi done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-27 21:41:41
|
Feature Requests item #3365625, was opened at 2011-07-12 22:00 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: apptaro (apptaro) Assigned to: Nikolaus Schulz (nikosch) Summary: Support for automatic setuid Initial Comment: As described in the bug #3063535 (is owned by someone else!) archivemail version 0.7.2+ does not do setuid when archivemail is run by root and the target mailbox is owned by someone else. I need this functionality. My mail server is configured so that spam messages are automatically moved to a spam folder for each users. I want to use archivemail to delete old messages from each user's spam folder like this: archivemail --days=30 --delete --include-flagged /home/*/Mail/Spam but I get "/home/username/Mail/Spam is owned by someone else!" error. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-27 14:41 Message: My programmer is trying to persuade me to move to .net from PHP. I have always disliked the idea because of the costs. But he's tryiong none the less. I've been using Movable-type on numerous websites for about a year and am nervous about switching to another platform. I have heard very good things about blogengine.net. Is there a way I can import all my wordpress content into it? Any kind of help would be really appreciated! [url=http://www.pinkribbonwomensjackets.com/2012/10/26/north-face-osito-jacket-evian-will-hand-out-25/]north face clearance[/url] <a href="http://www.pinkribbonwomensjackets.com/2012/10/26/north-face-osito-jacket-evian-will-hand-out-25/" title="north face clearance">north face clearance</a> ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-22 03:21 Message: Thanks for the marvelous posting! I certainly enjoyed reading it, you could be a great author.I will remember to bookmark your blog and will eventually come back sometime soon. I want to encourage you to ultimately continue your great job, have a nice day! <a href="http://northfacebackpackss.blogspot.com/2012/10/wwwnorthfaceclearance4uscom-bliss-told.html" title="north face jackets clearance">north face jackets clearance</a> ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-13 15:45 Message: Yes, basically, in your case you are required to write some sort of a script. Not that convenient, but it puts you in control, and it's much better than such a setuid feature, which existed in archivemail up to v0.8.0, and was removed for a reason. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-12 23:14 Message: For now, I created a script such as below to do the job. Maybe this is enough. #!/bin/sh ls /home | while read line ARCMAIL="/usr/bin/archivemail --delete --include-flagged --quiet" do USER="$line" MAILBOX="/home/$USER/Mail/Spam" if [ -f $MAILBOX ] ; then sudo -u $USER $ARCMAIL $MAILBOX fi done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-26 22:41:24
|
Bugs item #3580652, was opened at 2012-10-26 15:39 Message generated for change (Settings changed) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 9 Private: No Submitted By: http://cheplyaka.myopenid.com () Assigned to: Nobody/Anonymous (nobody) Summary: archivemail silently drops messages Initial Comment: sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5482 sniper:~% archivemail -d 178 -o ~/arc/ ~/Mail/.haskell /home/feuerbach/Mail/.haskell: archived 12 of 5473 message(s) (304.0kB of 38.5MB) in 2.6 seconds sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5470 sniper:~% archivemail -V archivemail v0.9.0 Copyright (C) 2002 Paul Rodger <pa...@pa...> (C) 2006 Peter Poeml <po...@su...>, (C) 2006-2011 Nikolaus Schulz <mic...@we...> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-26 22:39:02
|
Bugs item #3580652, was opened at 2012-10-26 15:39 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: http://cheplyaka.myopenid.com () Assigned to: Nobody/Anonymous (nobody) Summary: archivemail silently drops messages Initial Comment: sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5482 sniper:~% archivemail -d 178 -o ~/arc/ ~/Mail/.haskell /home/feuerbach/Mail/.haskell: archived 12 of 5473 message(s) (304.0kB of 38.5MB) in 2.6 seconds sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5470 sniper:~% archivemail -V archivemail v0.9.0 Copyright (C) 2002 Paul Rodger <pa...@pa...> (C) 2006 Peter Poeml <po...@su...>, (C) 2006-2011 Nikolaus Schulz <mic...@we...> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-22 10:21:59
|
Feature Requests item #3365625, was opened at 2011-07-12 22:00 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: apptaro (apptaro) Assigned to: Nikolaus Schulz (nikosch) Summary: Support for automatic setuid Initial Comment: As described in the bug #3063535 (is owned by someone else!) archivemail version 0.7.2+ does not do setuid when archivemail is run by root and the target mailbox is owned by someone else. I need this functionality. My mail server is configured so that spam messages are automatically moved to a spam folder for each users. I want to use archivemail to delete old messages from each user's spam folder like this: archivemail --days=30 --delete --include-flagged /home/*/Mail/Spam but I get "/home/username/Mail/Spam is owned by someone else!" error. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-22 03:21 Message: Thanks for the marvelous posting! I certainly enjoyed reading it, you could be a great author.I will remember to bookmark your blog and will eventually come back sometime soon. I want to encourage you to ultimately continue your great job, have a nice day! <a href="http://northfacebackpackss.blogspot.com/2012/10/wwwnorthfaceclearance4uscom-bliss-told.html" title="north face jackets clearance">north face jackets clearance</a> ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-13 15:45 Message: Yes, basically, in your case you are required to write some sort of a script. Not that convenient, but it puts you in control, and it's much better than such a setuid feature, which existed in archivemail up to v0.8.0, and was removed for a reason. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-12 23:14 Message: For now, I created a script such as below to do the job. Maybe this is enough. #!/bin/sh ls /home | while read line ARCMAIL="/usr/bin/archivemail --delete --include-flagged --quiet" do USER="$line" MAILBOX="/home/$USER/Mail/Spam" if [ -f $MAILBOX ] ; then sudo -u $USER $ARCMAIL $MAILBOX fi done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-21 13:24:58
|
Support Requests item #3406815, was opened at 2011-09-09 08:24 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: bogi aditya (www.imtelkom.ac.id) (balique8061) Assigned to: Nikolaus Schulz (nikosch) Summary: error mailbox mail is owned by someone else Initial Comment: based on https://sourceforge.net/tracker/?func=detail&aid=3063535&group_id=49630&atid=456910 I realized that setuid is no longer available (error mailbox mail is owned by someone else). I have a mail server that user has no login and no home directory to the server, all mail activities will be done using web-based mail user agent. That's why I still need this feature to backup all old mail in my mail server. What should I do? sincerely, Bogi Aditya Sisfo - IMTelkom http://www.imtelkom.ac.id ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-21 06:24 Message: AczJdN Major thankies for the article.Really looking forward to read more. Great. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-09-20 05:32 Message: NnCWMg wow, awesome article.Thanks Again. Fantastic. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-03-08 18:02 Message: xp2ZfR Fantastic blog post. Really Great. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-09-12 13:24 Message: Use sudo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-10-16 03:43:35
|
Feature Requests item #3365625, was opened at 2011-07-12 22:00 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: apptaro (apptaro) Assigned to: Nikolaus Schulz (nikosch) Summary: Support for automatic setuid Initial Comment: As described in the bug #3063535 (is owned by someone else!) archivemail version 0.7.2+ does not do setuid when archivemail is run by root and the target mailbox is owned by someone else. I need this functionality. My mail server is configured so that spam messages are automatically moved to a spam folder for each users. I want to use archivemail to delete old messages from each user's spam folder like this: archivemail --days=30 --delete --include-flagged /home/*/Mail/Spam but I get "/home/username/Mail/Spam is owned by someone else!" error. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-10-15 20:43 Message: Hmm it seems like your blog ate my first comment (it was extremely long) so I guess I'll just sum it up what I wrote and say, I'm thoroughly enjoying your blog. I too am an aspiring blog writer but I'm still new to the whole thing. Do you have any helpful hints for rookie blog writers? I'd definitely appreciate it. [url=http://northfacess.overblog.com/]Maisie[/url] <a href="http://northfacess.overblog.com/" title="Maisie">Maisie</a> ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-13 15:45 Message: Yes, basically, in your case you are required to write some sort of a script. Not that convenient, but it puts you in control, and it's much better than such a setuid feature, which existed in archivemail up to v0.8.0, and was removed for a reason. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-12 23:14 Message: For now, I created a script such as below to do the job. Maybe this is enough. #!/bin/sh ls /home | while read line ARCMAIL="/usr/bin/archivemail --delete --include-flagged --quiet" do USER="$line" MAILBOX="/home/$USER/Mail/Spam" if [ -f $MAILBOX ] ; then sudo -u $USER $ARCMAIL $MAILBOX fi done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-09-20 12:32:38
|
Support Requests item #3406815, was opened at 2011-09-09 08:24 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: bogi aditya (www.imtelkom.ac.id) (balique8061) Assigned to: Nikolaus Schulz (nikosch) Summary: error mailbox mail is owned by someone else Initial Comment: based on https://sourceforge.net/tracker/?func=detail&aid=3063535&group_id=49630&atid=456910 I realized that setuid is no longer available (error mailbox mail is owned by someone else). I have a mail server that user has no login and no home directory to the server, all mail activities will be done using web-based mail user agent. That's why I still need this feature to backup all old mail in my mail server. What should I do? sincerely, Bogi Aditya Sisfo - IMTelkom http://www.imtelkom.ac.id ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-09-20 05:32 Message: NnCWMg wow, awesome article.Thanks Again. Fantastic. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-03-08 18:02 Message: xp2ZfR Fantastic blog post. Really Great. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-09-12 13:24 Message: Use sudo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-08-29 01:29:45
|
Feature Requests item #3365625, was opened at 2011-07-12 22:00 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: apptaro (apptaro) Assigned to: Nikolaus Schulz (nikosch) Summary: Support for automatic setuid Initial Comment: As described in the bug #3063535 (is owned by someone else!) archivemail version 0.7.2+ does not do setuid when archivemail is run by root and the target mailbox is owned by someone else. I need this functionality. My mail server is configured so that spam messages are automatically moved to a spam folder for each users. I want to use archivemail to delete old messages from each user's spam folder like this: archivemail --days=30 --delete --include-flagged /home/*/Mail/Spam but I get "/home/username/Mail/Spam is owned by someone else!" error. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-08-28 18:29 Message: Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You definitely know what youre talking about, why throw away your intelligence on just posting videos to your site when you could be giving us something enlightening to read? http://www.hotskijackets.com/ ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-13 15:45 Message: Yes, basically, in your case you are required to write some sort of a script. Not that convenient, but it puts you in control, and it's much better than such a setuid feature, which existed in archivemail up to v0.8.0, and was removed for a reason. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-12 23:14 Message: For now, I created a script such as below to do the job. Maybe this is enough. #!/bin/sh ls /home | while read line ARCMAIL="/usr/bin/archivemail --delete --include-flagged --quiet" do USER="$line" MAILBOX="/home/$USER/Mail/Spam" if [ -f $MAILBOX ] ; then sudo -u $USER $ARCMAIL $MAILBOX fi done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-07-09 09:03:10
|
Feature Requests item #3541551, was opened at 2012-07-09 02:03 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3541551&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Keeping flags and labels Initial Comment: Hi, Since I also archive OLD Flagged messages. Is there any way to keep flags in archived messages inside MBOX? (Labels included from Thunderbird too) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3541551&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-07-09 09:00:58
|
Feature Requests item #3541550, was opened at 2012-07-09 02:00 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3541550&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Thunderbird Compatibility (Child Folders) Initial Comment: Hi, When you have a big buch of subfolders and they are archuived. They are buch of mbox files in one FOLDER. Now to make access for archived mail easier to read to users that made their own folder structure it would be OK to add a feature when archiving. Now Thunderbird is OpenSource and reads MBOX on the FLY. Since all arhives folders are below another. You could maybe add archiving in true form by making SBD folders in current archive folders. So you would finally have: INBOX.sbd (Folder) INBOX.MBOX (Email in inbox) INBOX.SBD/Officemail,MBOX (Subfolder in INBOX) When you add these archives for usage you get: INBOX INBOX.1 INBOX.2.A INBOX.3.B INBOX.4..C Looks ok. I could get used to it. But not sure how many users would. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3541550&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-06-29 07:09:57
|
Feature Requests item #3538911, was opened at 2012-06-29 00:09 Message generated for change (Tracker Item Submitted) made by fabian_deb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3538911&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Fabian Greffrath (fabian_deb) Assigned to: Nobody/Anonymous (nobody) Summary: Support for archiving/deleting mail with date in the future Initial Comment: Hi, I use archivemail for regular deleting mails from my Junk folder: archivemail --days=30 --delete $MAILDIR/.Junk However, there is often mail in my Junk folder with a date in the future, often several years. Of course these mail are not covered by the "--days 30" flag and reside in my Junk folder for months nd years until I remove them manually. I thus suggest to add another flag, that takes a date or a number of days as an argument so that also mails are selected whose dates are *newer* than the given date or more than the given number of days in the future. Thanks, Fabian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3538911&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-03-09 02:13:38
|
Bugs item #3063535, was opened at 2010-09-10 04:25 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3063535&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Wont Fix Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nikolaus Schulz (nikosch) Summary: is owned by someone else! Initial Comment: Hello I have a problem with the latest release 0.8.0, which I did not have with 0.7.2 While logged in as root, I get the error XXX mail is owned by someone else!. Where XXX mail is the name if the email account. The files are owned by a different user, indeed, with 700 permission. But, they were set the same from the beginning. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-03-08 18:13 Message: A5xmD8 Thanks for the article.Really thank you! ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2010-09-29 12:33 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2010-09-13 11:13 Message: When run as root, archivemail up to version 0.7.2 used to automatically setuid to the owner of the mailbox it is processing. This feature has been removed - the right way is to run archivemail as the user who owns the mailbox. The check producing the error message you see was introduced to prevent any silent breakage. If you have other reasons to archive user mailboxes as root, please let me know; otherwise I'll close this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3063535&group_id=49630 |
From: SourceForge.net <no...@so...> - 2012-03-09 02:02:34
|
Support Requests item #3406815, was opened at 2011-09-09 08:24 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Priority: 5 Private: No Submitted By: bogi aditya (www.imtelkom.ac.id) (balique8061) Assigned to: Nikolaus Schulz (nikosch) Summary: error mailbox mail is owned by someone else Initial Comment: based on https://sourceforge.net/tracker/?func=detail&aid=3063535&group_id=49630&atid=456910 I realized that setuid is no longer available (error mailbox mail is owned by someone else). I have a mail server that user has no login and no home directory to the server, all mail activities will be done using web-based mail user agent. That's why I still need this feature to backup all old mail in my mail server. What should I do? sincerely, Bogi Aditya Sisfo - IMTelkom http://www.imtelkom.ac.id ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-03-08 18:02 Message: xp2ZfR Fantastic blog post. Really Great. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-09-12 13:24 Message: Use sudo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 |
From: SourceForge.net <no...@so...> - 2011-09-12 20:24:36
|
Support Requests item #3406815, was opened at 2011-09-09 17:24 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Private: No Submitted By: bogi aditya (balique8061) >Assigned to: Nikolaus Schulz (nikosch) Summary: error mailbox mail is owned by someone else Initial Comment: based on https://sourceforge.net/tracker/?func=detail&aid=3063535&group_id=49630&atid=456910 I realized that setuid is no longer available (error mailbox mail is owned by someone else). I have a mail server that user has no login and no home directory to the server, all mail activities will be done using web-based mail user agent. That's why I still need this feature to backup all old mail in my mail server. What should I do? sincerely, Bogi Aditya Sisfo - IMTelkom http://www.imtelkom.ac.id ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2011-09-12 22:24 Message: Use sudo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 |
From: SourceForge.net <no...@so...> - 2011-09-09 15:24:18
|
Support Requests item #3406815, was opened at 2011-09-09 22:24 Message generated for change (Tracker Item Submitted) made by balique8061 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: bogi aditya (balique8061) Assigned to: Nobody/Anonymous (nobody) Summary: error mailbox mail is owned by someone else Initial Comment: based on https://sourceforge.net/tracker/?func=detail&aid=3063535&group_id=49630&atid=456910 I realized that setuid is no longer available (error mailbox mail is owned by someone else). I have a mail server that user has no login and no home directory to the server, all mail activities will be done using web-based mail user agent. That's why I still need this feature to backup all old mail in my mail server. What should I do? sincerely, Bogi Aditya Sisfo - IMTelkom http://www.imtelkom.ac.id ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3406815&group_id=49630 |
From: SourceForge.net <no...@so...> - 2011-07-13 22:45:12
|
Feature Requests item #3365625, was opened at 2011-07-13 07:00 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Private: No Submitted By: apptaro (apptaro) >Assigned to: Nikolaus Schulz (nikosch) Summary: Support for automatic setuid Initial Comment: As described in the bug #3063535 (is owned by someone else!) archivemail version 0.7.2+ does not do setuid when archivemail is run by root and the target mailbox is owned by someone else. I need this functionality. My mail server is configured so that spam messages are automatically moved to a spam folder for each users. I want to use archivemail to delete old messages from each user's spam folder like this: archivemail --days=30 --delete --include-flagged /home/*/Mail/Spam but I get "/home/username/Mail/Spam is owned by someone else!" error. ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-14 00:45 Message: Yes, basically, in your case you are required to write some sort of a script. Not that convenient, but it puts you in control, and it's much better than such a setuid feature, which existed in archivemail up to v0.8.0, and was removed for a reason. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-13 08:14 Message: For now, I created a script such as below to do the job. Maybe this is enough. #!/bin/sh ls /home | while read line ARCMAIL="/usr/bin/archivemail --delete --include-flagged --quiet" do USER="$line" MAILBOX="/home/$USER/Mail/Spam" if [ -f $MAILBOX ] ; then sudo -u $USER $ARCMAIL $MAILBOX fi done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=3365625&group_id=49630 |
From: SourceForge.net <no...@so...> - 2011-07-13 22:37:13
|
Bugs item #3365617, was opened at 2011-07-13 06:49 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3365617&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: apptaro (apptaro) >Assigned to: Nikolaus Schulz (nikosch) Summary: test_archivemail fails on Python 2.3.4 Initial Comment: # python -V Python 2.3.4 # python test_archivemail Traceback (most recent call last): File "test_archivemail", line 1285, in ? class TestArchiveMailboxdir(TestCaseInTempdir): File "test_archivemail", line 1290, in TestArchiveMailboxdir remaining_msg = set() # Filenames of maildir messages that should be preserved NameError: name 'set' is not defined # Quick search with google reveals "set" is new in Python 2.4. test_archivemail also uses Python 2.4 functions such as sort(). ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-14 00:37 Message: Good catch. I am, however, not very tempted to do much porting work in order to support python 2.3. I have been pretty reluctant to use features which require newer python versions, and to be honest, the set() and sorted() stuff just slipped through. But these days, python 2.3 is really ancient. Even Debian dropped support for python 2.3 with Lenny. :) Bumping the version check looks like the right thing to do. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-13 08:02 Message: Even though test_archivemail fails, archivemail itself seems to work fine with Python 2.3.4. ---------------------------------------------------------------------- Comment By: apptaro (apptaro) Date: 2011-07-13 07:01 Message: Test with archivemail 0.9.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3365617&group_id=49630 |