Hiall, I am the postmaster at our site, and over the weekend the mail server freaked and swallowed some 2500 mails due to some error. fortunately, it sent copies of the squashed mails to me at my postmaster account, encapsulated with the reason of the error. I now have all the mails in my KMail (KDE 4.2.2) box, however most of them are spam. I waded through the mails that got in and out this morning as there were some important ones that needed to get out. However, the remaining bulk is mainly spam and a few messages from mailing lists like opensuse. I would like to un-encapsulate all of them and send them to my inbox or simply run my filters over it. that should sort all mailing list messages and it should also get rid of most of the spam. However, does anyone have an idea how to at least "unencapsulate" them? I use maildirs. I could e.g. after unencapsulating them throw them into a tmp directory and run the filters in kmail on them. ideas? Kostas -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi , How can a user who has not root priviliges change the system date and time ? Any right , script or group some thing which can enable user to change system date . Rgds. Arslan. ---------------------------------------------------------------- Billing Components GmbH Landshuter Allee 8 phone +49.89.32461-0 80637 Munich fax +49.89.32461-231 GERMANY ---------------------------------------------------------------- Managing Directors: Rainer Bartels | Susil Tharian | Hamish Butler | Randy Custeau Billing Components GmbH is registered in the German Trade Register Munich under the number 173 207. ---------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 04 May 2009, Bahar, Arslan wrote:
Hi ,
How can a user who has not root priviliges change the system date and time ?
Any right , script or group some thing which can enable user to change system date .
Linux capabilities are meant to give some of the privileges of root to users (man capabilities); in this case you need the CAP_SYS_TIME capability.
Rgds. Arslan.
Regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Konstantinos Georgokitsos wrote:
Hiall,
I am the postmaster at our site, and over the weekend the mail server freaked and swallowed some 2500 mails due to some error. fortunately, it sent copies of the squashed mails to me at my postmaster account, encapsulated with the reason of the error. I now have all the mails in my KMail (KDE 4.2.2) box, however most of them are spam. I waded through the mails that got in and out this morning as there were some important ones that needed to get out.
However, the remaining bulk is mainly spam and a few messages from mailing lists like opensuse. I would like to un-encapsulate all of them and send them to my inbox or simply run my filters over it. that should sort all mailing list messages and it should also get rid of most of the spam. However, does anyone have an idea how to at least "unencapsulate" them?
Hello Kostas Those emails were probably sent as message/rfc822 - "unencapsulation" is probably easiest with vi if it's only a few. regards Per -- Per Jessen, Zürich (9.3°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 04 May 2009 03:16:48 pm Per Jessen wrote:
Hello Kostas
Those emails were probably sent as message/rfc822 - "unencapsulation" is probably easiest with vi if it's only a few.
I looked at them and they are encapsulated as multi-part MIME with one of the part as you say message/rfc822. However, vi is not an option as there are more than 1800 left to look at... Kostas -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Konstantinos Georgokitsos wrote:
On Monday 04 May 2009 03:16:48 pm Per Jessen wrote:
Hello Kostas
Those emails were probably sent as message/rfc822 - "unencapsulation" is probably easiest with vi if it's only a few.
I looked at them and they are encapsulated as multi-part MIME with one of the part as you say message/rfc822. However, vi is not an option as there are more than 1800 left to look at...
Okay, then I think you have two reasonable options: 1) write a small script to go through the emails line by line. Identify start and end of the actual email that you want and extract that. 2) write a regex for sed for extracting the mail from the bounce message. /Per -- Per Jessen, Zürich (7.2°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
auxsvr@gmail.com
-
Bahar, Arslan
-
Konstantinos Georgokitsos
-
Per Jessen