Quoting Payal <pay...@hotpop.com>:
| Hi,
| I had some sample .mailfilter files with me. In one I had,
|
| if (/^--$/:b)
The regex is checking for lines that only contain -- without preceeding or
trailing spaces.
| {
| xfilter "sed -e 's/^--$/-- /'"
That line is then changed to a line that starts with -- and ends with a
space. Only three characters on the line the way it should be.
ed
| log "Sig Dashes corrected"
| }
|
| Can someone please explain the if and xfilter line?
| Also, why does one need to correct the signatures dashes?
|
| Thanks a lot and bye.
| With warm regards,
| -Payal
|
|
| --
| -------------------------------------------------------------------
| Contact :- Linux Success Stories : -
| <payal at hotpop dot com> www.geocities.com/rpayal99
| -------------------------------------------------------------------
|
|
|
| -------------------------------------------------------
| This sf.net email is sponsored by:ThinkGeek
| Welcome to geek heaven.
| http://thinkgeek.com/sf
| _______________________________________________
| Courier-maildrop mailing list
| Cour...@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/courier-maildrop
|