Displaying 3 results from an estimated 3 matches for "pigeo".
Did you mean:
pigeon
2007 Jun 14
1
I can't use libFLAC++
...coder.cpp files in the
project. Include is
#include "FLAC++/encoder.h"
i write something like this
FLAC::Encoder::File test;
i build, compile goes ok but then i get
[Linker Error] Unresolved external
'_FLAC__stream_encoder_set_ogg_serial_number'
referenced from H:\FLAC VISUAL\PIGEOS
KODIKAS\STREAM_ENCODER.OBJ
[Linker Error] Unresolved external
'_FLAC__stream_encoder_set_bits_per_sample' referenced
from H:\FLAC VISUAL\PIGEOS KODIKAS\STREAM_ENCODER.OBJ
and a lot of other similar linker errors.
Am i doing it wrong? Should i follow instructions in
Readme to build the li...
2017 Feb 10
5
Replacement for antispam plugin
...AntispamWithSieve
>
>will cause incoming mail (via LMTP) that is already flagged as spam to
>be processed by report-spam.sieve and, in consequence, will be learned
>as spam for a second time, which would of course be undesirable?
It shouldn't do. Check out
https://wiki.dovecot.org/Pigeonhole/Sieve/Plugins/IMAPSieve, which
explains that sieve is normally only used at delivery time, but the
sieve_imapsieve plugin runs a *different* sieve script based on IMAP
actions (for example, COPY).
So, when you deliver, your main script tells dovecot WHERE to deliver
to. When you issue and...
2017 Feb 10
0
Replacement for antispam plugin
...will cause incoming mail (via LMTP) that is already flagged as spam to
>> be processed by report-spam.sieve and, in consequence, will be learned
>> as spam for a second time, which would of course be undesirable?
>>
>
> It shouldn't do. Check out https://wiki.dovecot.org/Pigeo
> nhole/Sieve/Plugins/IMAPSieve, which explains that sieve is normally only
> used at delivery time, but the sieve_imapsieve plugin runs a *different*
> sieve script based on IMAP actions (for example, COPY).
>
> So, when you deliver, your main script tells dovecot WHERE to deliver t...