Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attachments not deleted using filter_out #13

Open
jkbzh opened this issue Jan 7, 2010 · 0 comments
Open

Attachments not deleted using filter_out #13

jkbzh opened this issue Jan 7, 2010 · 0 comments

Comments

@jkbzh
Copy link
Contributor

jkbzh commented Jan 7, 2010

Problem: attachments are created for filter[ed]_out messages

To reproduce the problem:

i) create a mbox file with name "mymbox" with 2 messages:
. message 1 with Subject: a
. message 2 with Subject: b

ii) ( message 2 has an atachment )

iii) create the following .hmrc file:

showheaders=0
filter_out=Subject: b
delete_level = 0

iv) run hypermail with the following comamnd:

hypermail -p -u -x -d whatever -m mymbox

v) Expected output: no attachments files created by hypermail in directory whatever

vi) Actual output: an attachment file is created for message b in directory whatever

vii) what is wrong? message b was filtered out, so no attachments files are expected for this message!

Thank you very much.

Reported by: ombzzz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant