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

vfilter modifications #33

Merged
merged 6 commits into from
Sep 8, 2023
Merged

vfilter modifications #33

merged 6 commits into from
Sep 8, 2023

Conversation

mbhangui
Copy link
Member

@mbhangui mbhangui commented Sep 5, 2023

  1. vcfilter.c: allow both textual and numberical values for -c and -h option
  2. vfilter_header.c: added function headerNumber() to convert textual filter name to filter number
  3. vadddomain_handle.in: replace header, comparision numbers with textual names
  4. vfilter.c, spam.c: replace fnmatch with matchregix from libqmail
  5. configure.ac: Removed check for fnmatch
  6. vfilter.c, vcfilter.c, variables.c, vfilter_insert.c: removed "Sender not in addressbook"
  7. vdelivermail.c: prepend dot '.' to delivery folder if folder doesn't start with dot
  8. vfilter_filterNo.c: start with filter no 1 for filter not matching 'My ID not in To, Cc, Bcc'
  9. vfilter_insert.c: handle negative header_num, empty keyword for 'My ID not in To, Cc, Bcc'
  10. vfilter.c, vdelivermail.c: Use BOUNCE_MAIL env variable to bounce mail.

1. vcfilter.c: allow both textual and numberical values for -c and -h option
2. vfilter_header.c: added function headerNumber() to convert textual filter
   name to filter number
3. vadddomain_handle.in: replace header, comparision numbers with textual
   names
4. vfilter.c, spam.c: replace fnmatch with matchregix from libqmail
5. configure.ac: Removed check for fnmatch
6. vfilter.c, vcfilter.c, variables.c, vfilter_insert.c: removed "Sender not
   in addressbook"
1. vdelivermail.c: prepend dot '.' to delivery folder if folder doesn't
   start with dot
2. vfilter_filterNo.c: start with filter no 1 for filter not matching
   'My ID not in To, Cc, Bcc'
3. vfilter_insert.c: handle negative header_num, empty keyword for
   'My ID not in To, Cc, Bcc'
1. vdelivermail: Bounce mail if env variable BOUNCE_MAIL is set
2. vfilter.c: set BOUNCE_MAIL env variable to bounce mail using vdelivermail
@mbhangui mbhangui merged commit 4768979 into master Sep 8, 2023
1 check passed
@mbhangui mbhangui deleted the vfilter branch September 8, 2023 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant