Displaying 1 result from an estimated 1 matches for "355a356".
2005 Oct 02
1
deliver: select destination folder
...ntation is only "proof of concept" hehe, I didnt checked if
theres any security riscs in doing this. Could we add something like this
to dovecot?
diff deliver.c.orig deliver.c
342c342
< const char *destination, *mail;
---
> const char *destination, *mail, *folder;
355a356
> folder = NULL;
364a366,373
> } else if (strcmp(argv[i], "-f") == 0) {
> /* destination folder */
> i++;
> if (i == argc) {
> i_fatal_status(EX_USAGE,
>...